Html Css Color HEX #559DE5 Cornflower Blue

📋 copy color: '#559DE5'

red 85 ◦ green 157 ◦ blue 229

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

Shades of Cornflower Blue #559DE5

Tints of Cornflower Blue #559DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 18.05%
G = 33.33%
B = 48.62%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#559DE5 (or 0x559DE5) is known color: Cornflower Blue. HEX triplet: 55, 9D and E5. RGB value is (85,157,229). Sum of RGB (Red+Green+Blue) = 85+157+229=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #559DE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DE5 is #AA621A. Grayscale: #8F8F8F. Windows color (decimal): -11166235 or 15048021. OLE color: 15048021.

HSL color Cylindrical-coordinate representation of color #559DE5: hue angle of 210º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #559DE5 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 157 229 -
CMYK 0.63 0.31 0 0.10
HSL 210º 0.73% 0.62% -
HSV(B) 210º 0.63% 0.9% -
XYZ 29.95 31.7 78.67 -
YUV 143.68 176.15 86.15 -
System Red Green Blue C M Y K H S L
Decimal 85 157 229 0.63 0.31 0 0.10 210 0.73 0.62
Hex 55 9D E5 3F 1F 0 A D2 49 3E
Octal 125 235 345 77 37 0 12 322 111 76
Binary 1010101 10011101 11100101 111111 11111 0 1010 11010010 1001001 111110

Color Harmonies of #559DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DE5

Black with #559DE5

Text Example


Text Example

White with #559DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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