Html Css Color HEX #558FEB Cornflower Blue

📋 copy color: '#558FEB'

red 85 ◦ green 143 ◦ blue 235

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

Shades of Cornflower Blue #558FEB

Tints of Cornflower Blue #558FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 18.36%
G = 30.89%
B = 50.76%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#558FEB (or 0x558FEB) is known color: Cornflower Blue. HEX triplet: 55, 8F and EB. RGB value is (85,143,235). Sum of RGB (Red+Green+Blue) = 85+143+235=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #558FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558FEB is #AA7014. Grayscale: #878787. Windows color (decimal): -11169813 or 15437653. OLE color: 15437653.

HSL color Cylindrical-coordinate representation of color #558FEB: hue angle of 216.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #558FEB is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 143 235 -
CMYK 0.64 0.39 0 0.08
HSL 216.8º 0.79% 0.63% -
HSV(B) 216.8º 0.64% 0.92% -
XYZ 28.56 27.57 82.41 -
YUV 136.15 183.78 91.52 -
System Red Green Blue C M Y K H S L
Decimal 85 143 235 0.64 0.39 0 0.08 216.8 0.79 0.63
Hex 55 8F EB 40 27 0 8 D9 4F 3F
Octal 125 217 353 100 47 0 10 331 117 77
Binary 1010101 10001111 11101011 1000000 100111 0 1000 11011001 1001111 111111

Color Harmonies of #558FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558FEB

Black with #558FEB

Text Example


Text Example

White with #558FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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