Html Css Color HEX #5698E4 Cornflower Blue

📋 copy color: '#5698E4'

red 86 ◦ green 152 ◦ blue 228

#5698E4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #5698E4

Tints of Cornflower Blue #5698E4

RGB

 RED value IS 86 (33.98% from 255) = 18.45%

 GREEN value IS 152 (59.77% from 255) = 32.62%

 BLUE value IS 228 (89.45% from 255) = 48.93%

R = 18.45%
G = 32.62%
B = 48.93%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5698E4 (or 0x5698E4) is known color: Cornflower Blue. HEX triplet: 56, 98 and E4. RGB value is (86,152,228). Sum of RGB (Red+Green+Blue) = 86+152+228=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #5698E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5698E4 is #A9671B. Grayscale: #8C8C8C. Windows color (decimal): -11101980 or 14981206. OLE color: 14981206.

HSL color Cylindrical-coordinate representation of color #5698E4: hue angle of 212.11º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5698E4 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 86 152 228 -
CMYK 0.62 0.33 0 0.11
HSL 212.11º 0.72% 0.62% -
HSV(B) 212.11º 0.62% 0.89% -
XYZ 29.07 30.04 77.66 -
YUV 140.93 177.13 88.82 -
System Red Green Blue C M Y K H S L
Decimal 86 152 228 0.62 0.33 0 0.11 212.11 0.72 0.62
Hex 56 98 E4 3E 21 0 B D4 48 3E
Octal 126 230 344 76 41 0 13 324 110 76
Binary 1010110 10011000 11100100 111110 100001 0 1011 11010100 1001000 111110

Color Harmonies of #5698E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5698E4

Black with #5698E4

Text Example


Text Example

White with #5698E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5698E4;
 }
 .AnyTagClassName
 {
   color: #5698E4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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