Html Css Color HEX #559CED Cornflower Blue

📋 copy color: '#559CED'

red 85 ◦ green 156 ◦ blue 237

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

Shades of Cornflower Blue #559CED

Tints of Cornflower Blue #559CED

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.64%

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

R = 17.78%
G = 32.64%
B = 49.58%

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

#559CED (or 0x559CED) is known color: Cornflower Blue. HEX triplet: 55, 9C and ED. RGB value is (85,156,237). Sum of RGB (Red+Green+Blue) = 85+156+237=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #559CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559CED is #AA6312. Grayscale: #8F8F8F. Windows color (decimal): -11166483 or 15572053. OLE color: 15572053.

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

Color convert

RGB 85 156 237 -
CMYK 0.64 0.34 0 0.07
HSL 211.97º 0.81% 0.63% -
HSV(B) 211.97º 0.64% 0.93% -
XYZ 30.92 31.82 84.63 -
YUV 144.01 180.48 85.91 -
System Red Green Blue C M Y K H S L
Decimal 85 156 237 0.64 0.34 0 0.07 211.97 0.81 0.63
Hex 55 9C ED 40 22 0 7 D4 51 3F
Octal 125 234 355 100 42 0 7 324 121 77
Binary 1010101 10011100 11101101 1000000 100010 0 111 11010100 1010001 111111

Color Harmonies of #559CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CED

Black with #559CED

Text Example


Text Example

White with #559CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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