Html Css Color HEX #558AE8 Cornflower Blue

📋 copy color: '#558AE8'

red 85 ◦ green 138 ◦ blue 232

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

Shades of Cornflower Blue #558AE8

Tints of Cornflower Blue #558AE8

RGB

 RED value IS 85 (33.59% from 255) = 18.68%

 GREEN value IS 138 (54.3% from 255) = 30.33%

 BLUE value IS 232 (91.02% from 255) = 50.99%

R = 18.68%
G = 30.33%
B = 50.99%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#558AE8 (or 0x558AE8) is known color: Cornflower Blue. HEX triplet: 55, 8A and E8. RGB value is (85,138,232). Sum of RGB (Red+Green+Blue) = 85+138+232=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #558AE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AE8 is #AA7517. Grayscale: #848484. Windows color (decimal): -11171096 or 15239765. OLE color: 15239765.

HSL color Cylindrical-coordinate representation of color #558AE8: hue angle of 218.37º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #558AE8 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 138 232 -
CMYK 0.63 0.41 0 0.09
HSL 218.37º 0.76% 0.62% -
HSV(B) 218.37º 0.63% 0.91% -
XYZ 27.4 25.93 79.91 -
YUV 132.87 183.94 93.86 -
System Red Green Blue C M Y K H S L
Decimal 85 138 232 0.63 0.41 0 0.09 218.37 0.76 0.62
Hex 55 8A E8 3F 29 0 9 DA 4C 3E
Octal 125 212 350 77 51 0 11 332 114 76
Binary 1010101 10001010 11101000 111111 101001 0 1001 11011010 1001100 111110

Color Harmonies of #558AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558AE8

Black with #558AE8

Text Example


Text Example

White with #558AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558AE8; }

 p { color: rgb(85,138,232); }

 H1.HeaderClassName
 {
   color: #558AE8;
 }
 .AnyTagClassName
 {
   color: #558AE8;
 }
</style>

background-color css

<style>
 a { background-color: #558AE8; }

 a { background-color: rgb(85,138,232); }

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

border-color css

<style>
 span { border-color: #558AE8; }

 span { border-color: rgb(85,138,232); }

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