Html Css Color HEX #558BEF Cornflower Blue

📋 copy color: '#558BEF'

red 85 ◦ green 139 ◦ blue 239

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

Shades of Cornflower Blue #558BEF

Tints of Cornflower Blue #558BEF

RGB

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

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

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

R = 18.36%
G = 30.02%
B = 51.62%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#558BEF (or 0x558BEF) is known color: Cornflower Blue. HEX triplet: 55, 8B and EF. RGB value is (85,139,239). Sum of RGB (Red+Green+Blue) = 85+139+239=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #558BEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558BEF is #AA7410. Grayscale: #858585. Windows color (decimal): -11170833 or 15698773. OLE color: 15698773.

HSL color Cylindrical-coordinate representation of color #558BEF: hue angle of 218.96º 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 #558BEF is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 139 239 -
CMYK 0.64 0.42 0 0.06
HSL 218.96º 0.83% 0.64% -
HSV(B) 218.96º 0.64% 0.94% -
XYZ 28.56 26.63 85.3 -
YUV 134.25 187.11 92.87 -
System Red Green Blue C M Y K H S L
Decimal 85 139 239 0.64 0.42 0 0.06 218.96 0.83 0.64
Hex 55 8B EF 40 2A 0 6 DB 53 40
Octal 125 213 357 100 52 0 6 333 123 100
Binary 1010101 10001011 11101111 1000000 101010 0 110 11011011 1010011 1000000

Color Harmonies of #558BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558BEF

Black with #558BEF

Text Example


Text Example

White with #558BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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