Html Css Color HEX #558CFC Cornflower Blue

📋 copy color: '#558CFC'

red 85 ◦ green 140 ◦ blue 252

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

Shades of Cornflower Blue #558CFC

Tints of Cornflower Blue #558CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.35%

 BLUE value IS 252 (98.83% from 255) = 52.83%

R = 17.82%
G = 29.35%
B = 52.83%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#558CFC (or 0x558CFC) is known color: Cornflower Blue. HEX triplet: 55, 8C and FC. RGB value is (85,140,252). Sum of RGB (Red+Green+Blue) = 85+140+252=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #558CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558CFC is #AA7303. Grayscale: #878787. Windows color (decimal): -11170564 or 16550997. OLE color: 16550997.

HSL color Cylindrical-coordinate representation of color #558CFC: hue angle of 220.24º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #558CFC is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 140 252 -
CMYK 0.66 0.44 0 0.01
HSL 220.24º 0.97% 0.66% -
HSV(B) 220.24º 0.66% 0.99% -
XYZ 30.7 27.72 95.83 -
YUV 136.32 193.28 91.39 -
System Red Green Blue C M Y K H S L
Decimal 85 140 252 0.66 0.44 0 0.01 220.24 0.97 0.66
Hex 55 8C FC 42 2C 0 1 DC 61 42
Octal 125 214 374 102 54 0 1 334 141 102
Binary 1010101 10001100 11111100 1000010 101100 0 1 11011100 1100001 1000010

Color Harmonies of #558CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558CFC

Black with #558CFC

Text Example


Text Example

White with #558CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,140,252); }

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

background-color css

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

 a { background-color: rgb(85,140,252); }

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

border-color css

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

 span { border-color: rgb(85,140,252); }

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