Html Css Color HEX #559DED Cornflower Blue

📋 copy color: '#559DED'

red 85 ◦ green 157 ◦ blue 237

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

Shades of Cornflower Blue #559DED

Tints of Cornflower Blue #559DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.48%

R = 17.75%
G = 32.78%
B = 49.48%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#559DED (or 0x559DED) is known color: Cornflower Blue. HEX triplet: 55, 9D and ED. RGB value is (85,157,237). Sum of RGB (Red+Green+Blue) = 85+157+237=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #559DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559DED is #AA6212. Grayscale: #909090. Windows color (decimal): -11166227 or 15572309. OLE color: 15572309.

HSL color Cylindrical-coordinate representation of color #559DED: hue angle of 211.58º degrees, saturation: 0.81, 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 #559DED is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 157 237 -
CMYK 0.64 0.34 0 0.07
HSL 211.58º 0.81% 0.63% -
HSV(B) 211.58º 0.64% 0.93% -
XYZ 31.09 32.16 84.69 -
YUV 144.59 180.15 85.5 -
System Red Green Blue C M Y K H S L
Decimal 85 157 237 0.64 0.34 0 0.07 211.58 0.81 0.63
Hex 55 9D ED 40 22 0 7 D4 51 3F
Octal 125 235 355 100 42 0 7 324 121 77
Binary 1010101 10011101 11101101 1000000 100010 0 111 11010100 1010001 111111

Color Harmonies of #559DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DED

Black with #559DED

Text Example


Text Example

White with #559DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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