Html Css Color HEX #558CEF Cornflower Blue

📋 copy color: '#558CEF'

red 85 ◦ green 140 ◦ blue 239

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

Shades of Cornflower Blue #558CEF

Tints of Cornflower Blue #558CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 18.32%
G = 30.17%
B = 51.51%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#558CEF (or 0x558CEF) is known color: Cornflower Blue. HEX triplet: 55, 8C and EF. RGB value is (85,140,239). Sum of RGB (Red+Green+Blue) = 85+140+239=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #558CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558CEF is #AA7310. Grayscale: #868686. Windows color (decimal): -11170577 or 15699029. OLE color: 15699029.

HSL color Cylindrical-coordinate representation of color #558CEF: hue angle of 218.57º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #558CEF is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 140 239 -
CMYK 0.64 0.41 0 0.06
HSL 218.57º 0.83% 0.64% -
HSV(B) 218.57º 0.64% 0.94% -
XYZ 28.7 26.92 85.34 -
YUV 134.84 186.78 92.45 -
System Red Green Blue C M Y K H S L
Decimal 85 140 239 0.64 0.41 0 0.06 218.57 0.83 0.64
Hex 55 8C EF 40 29 0 6 DB 53 40
Octal 125 214 357 100 51 0 6 333 123 100
Binary 1010101 10001100 11101111 1000000 101001 0 110 11011011 1010011 1000000

Color Harmonies of #558CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558CEF

Black with #558CEF

Text Example


Text Example

White with #558CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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