Html Css Color HEX #559DEE Cornflower Blue

📋 copy color: '#559DEE'

red 85 ◦ green 157 ◦ blue 238

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

Shades of Cornflower Blue #559DEE

Tints of Cornflower Blue #559DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.58%

R = 17.71%
G = 32.71%
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

#559DEE (or 0x559DEE) is known color: Cornflower Blue. HEX triplet: 55, 9D and EE. RGB value is (85,157,238). Sum of RGB (Red+Green+Blue) = 85+157+238=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #559DEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559DEE is #AA6211. Grayscale: #909090. Windows color (decimal): -11166226 or 15637845. OLE color: 15637845.

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

Color convert

RGB 85 157 238 -
CMYK 0.64 0.34 0 0.07
HSL 211.76º 0.82% 0.63% -
HSV(B) 211.76º 0.64% 0.93% -
XYZ 31.24 32.22 85.46 -
YUV 144.71 180.65 85.41 -
System Red Green Blue C M Y K H S L
Decimal 85 157 238 0.64 0.34 0 0.07 211.76 0.82 0.63
Hex 55 9D EE 40 22 0 7 D4 52 3F
Octal 125 235 356 100 42 0 7 324 122 77
Binary 1010101 10011101 11101110 1000000 100010 0 111 11010100 1010010 111111

Color Harmonies of #559DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DEE

Black with #559DEE

Text Example


Text Example

White with #559DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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