Html Css Color HEX #558CFE Cornflower Blue

📋 copy color: '#558CFE'

red 85 ◦ green 140 ◦ blue 254

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

Shades of Cornflower Blue #558CFE

Tints of Cornflower Blue #558CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 17.75%
G = 29.23%
B = 53.03%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#558CFE (or 0x558CFE) is known color: Cornflower Blue. HEX triplet: 55, 8C and FE. RGB value is (85,140,254). Sum of RGB (Red+Green+Blue) = 85+140+254=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #558CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558CFE is #AA7301. Grayscale: #888888. Windows color (decimal): -11170562 or 16682069. OLE color: 16682069.

HSL color Cylindrical-coordinate representation of color #558CFE: hue angle of 220.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #558CFE is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 140 254 -
CMYK 0.67 0.45 0 0.00
HSL 220.47º 0.99% 0.66% -
HSV(B) 220.47º 0.67% 1% -
XYZ 31.01 27.84 97.51 -
YUV 136.55 194.28 91.23 -
System Red Green Blue C M Y K H S L
Decimal 85 140 254 0.67 0.45 0 0.00 220.47 0.99 0.66
Hex 55 8C FE 43 2D 0 0 DC 63 42
Octal 125 214 376 103 55 0 0 334 143 102
Binary 1010101 10001100 11111110 1000011 101101 0 0 11011100 1100011 1000010

Color Harmonies of #558CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558CFE

Black with #558CFE

Text Example


Text Example

White with #558CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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