Html Css Color HEX #559DEC Cornflower Blue

📋 copy color: '#559DEC'

red 85 ◦ green 157 ◦ blue 236

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

Shades of Cornflower Blue #559DEC

Tints of Cornflower Blue #559DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.85%

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 17.78%
G = 32.85%
B = 49.37%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#559DEC (or 0x559DEC) is known color: Cornflower Blue. HEX triplet: 55, 9D and EC. RGB value is (85,157,236). Sum of RGB (Red+Green+Blue) = 85+157+236=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #559DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559DEC is #AA6213. Grayscale: #909090. Windows color (decimal): -11166228 or 15506773. OLE color: 15506773.

HSL color Cylindrical-coordinate representation of color #559DEC: hue angle of 211.39º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #559DEC is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 157 236 -
CMYK 0.64 0.33 0 0.07
HSL 211.39º 0.8% 0.63% -
HSV(B) 211.39º 0.64% 0.93% -
XYZ 30.94 32.1 83.92 -
YUV 144.48 179.65 85.58 -
System Red Green Blue C M Y K H S L
Decimal 85 157 236 0.64 0.33 0 0.07 211.39 0.8 0.63
Hex 55 9D EC 40 21 0 7 D3 50 3F
Octal 125 235 354 100 41 0 7 323 120 77
Binary 1010101 10011101 11101100 1000000 100001 0 111 11010011 1010000 111111

Color Harmonies of #559DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DEC

Black with #559DEC

Text Example


Text Example

White with #559DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559DEC; }

 p { color: rgb(85,157,236); }

 H1.HeaderClassName
 {
   color: #559DEC;
 }
 .AnyTagClassName
 {
   color: #559DEC;
 }
</style>

background-color css

<style>
 a { background-color: #559DEC; }

 a { background-color: rgb(85,157,236); }

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

border-color css

<style>
 span { border-color: #559DEC; }

 span { border-color: rgb(85,157,236); }

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