Html Css Color HEX #558BFE Cornflower Blue

📋 copy color: '#558BFE'

red 85 ◦ green 139 ◦ blue 254

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

Shades of Cornflower Blue #558BFE

Tints of Cornflower Blue #558BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.08%

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

R = 17.78%
G = 29.08%
B = 53.14%

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

#558BFE (or 0x558BFE) is known color: Cornflower Blue. HEX triplet: 55, 8B and FE. RGB value is (85,139,254). Sum of RGB (Red+Green+Blue) = 85+139+254=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #558BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558BFE is #AA7401. Grayscale: #878787. Windows color (decimal): -11170818 or 16681813. OLE color: 16681813.

HSL color Cylindrical-coordinate representation of color #558BFE: hue angle of 220.83º 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 #558BFE is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 139 254 -
CMYK 0.67 0.45 0 0.00
HSL 220.83º 0.99% 0.66% -
HSV(B) 220.83º 0.67% 1% -
XYZ 30.87 27.55 97.46 -
YUV 135.96 194.61 91.65 -
System Red Green Blue C M Y K H S L
Decimal 85 139 254 0.67 0.45 0 0.00 220.83 0.99 0.66
Hex 55 8B FE 43 2D 0 0 DD 63 42
Octal 125 213 376 103 55 0 0 335 143 102
Binary 1010101 10001011 11111110 1000011 101101 0 0 11011101 1100011 1000010

Color Harmonies of #558BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558BFE

Black with #558BFE

Text Example


Text Example

White with #558BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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