Html Css Color HEX #558FE0 Cornflower Blue

📋 copy color: '#558FE0'

red 85 ◦ green 143 ◦ blue 224

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

Shades of Cornflower Blue #558FE0

Tints of Cornflower Blue #558FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.64%

 BLUE value IS 224 (87.89% from 255) = 49.56%

R = 18.81%
G = 31.64%
B = 49.56%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#558FE0 (or 0x558FE0) is known color: Cornflower Blue. HEX triplet: 55, 8F and E0. RGB value is (85,143,224). Sum of RGB (Red+Green+Blue) = 85+143+224=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #558FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FE0 is #AA701F. Grayscale: #868686. Windows color (decimal): -11169824 or 14716757. OLE color: 14716757.

HSL color Cylindrical-coordinate representation of color #558FE0: hue angle of 214.96º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #558FE0 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 143 224 -
CMYK 0.62 0.36 0 0.12
HSL 214.96º 0.69% 0.61% -
HSV(B) 214.96º 0.62% 0.88% -
XYZ 27.02 26.96 74.3 -
YUV 134.89 178.28 92.41 -
System Red Green Blue C M Y K H S L
Decimal 85 143 224 0.62 0.36 0 0.12 214.96 0.69 0.61
Hex 55 8F E0 3E 24 0 C D7 45 3D
Octal 125 217 340 76 44 0 14 327 105 75
Binary 1010101 10001111 11100000 111110 100100 0 1100 11010111 1000101 111101

Color Harmonies of #558FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FE0

Black with #558FE0

Text Example


Text Example

White with #558FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,143,224); }

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

background-color css

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

 a { background-color: rgb(85,143,224); }

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

border-color css

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

 span { border-color: rgb(85,143,224); }

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