#5698f4

Color #5698F4 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5698F4

Tints of Cornflower Blue #5698F4

Color information

#5698F4 (or 0x5698F4) is unknown color: approx Cornflower Blue. HEX triplet: 56, 98 and F4. RGB value is (86,152,244). Sum of RGB (Red+Green+Blue) = 86+152+244=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 244 (95.70% from 255 or 50.62% from 482); Max value from RGB is 244 - color contains mainly: blue. Hex color #5698F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5698F4 is #A9670B. Grayscale: #8E8E8E. Windows color (decimal): -11101964 or 16029782. OLE color: 16029782.

HSL color Cylindrical-coordinate representation of color #5698F4: hue angle of 214.94º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5698F4 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB86152244-
CMYK0.650.3800.04
HSL214.94º87.78%64.71%-
HSV(B)214.94º64.75%95.69%-
XYZ31.430.9789.91-
YUV142.75185.1387.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 17.84%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 244 (95.70% from 255) = 50.62%
R=17.84%
G=31.54%
B=50.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal861522440.650.3800.04214.9487.7864.71
Hex5698F4412604d75841
Octal1262303641014604327130101
Binary10101101001100011110100100000110011001001101011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5698f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5698f4; }

 p { color: rgb(86,152,244); }

 H1.HeaderClassName
 {
   color: #5698f4;
 }
 .AnyTagClassName
 {
   color: #5698f4;
 }
</style>
background-color css

<style>
 a { background-color: #5698f4; }

 a { background-color: rgb(86,152,244); }

 div.DivClassName
 {
   background-color: #5698f4;
 }
 .BgClassName
 {
   background-color: #5698f4;
 }
</style>
border-color css

<style>
 span { border-color: #5698f4; }

 span { border-color: rgb(86,152,244); }

 td.TdClassName
 {
   border-color: #5698f4;
 }
 .TagClassName
 {
   border-color: #5698f4;
 }
</style>