Html Css Color HEX #559CE5 Cornflower Blue

📋 copy color: '#559CE5'

red 85 ◦ green 156 ◦ blue 229

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

Shades of Cornflower Blue #559CE5

Tints of Cornflower Blue #559CE5

RGB

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

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

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

R = 18.09%
G = 33.19%
B = 48.72%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#559CE5 (or 0x559CE5) is known color: Cornflower Blue. HEX triplet: 55, 9C and E5. RGB value is (85,156,229). Sum of RGB (Red+Green+Blue) = 85+156+229=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #559CE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CE5 is #AA631A. Grayscale: #8E8E8E. Windows color (decimal): -11166491 or 15047765. OLE color: 15047765.

HSL color Cylindrical-coordinate representation of color #559CE5: hue angle of 210.42º 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 #559CE5 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 156 229 -
CMYK 0.63 0.32 0 0.10
HSL 210.42º 0.73% 0.62% -
HSV(B) 210.42º 0.63% 0.9% -
XYZ 29.78 31.37 78.61 -
YUV 143.09 176.48 86.56 -
System Red Green Blue C M Y K H S L
Decimal 85 156 229 0.63 0.32 0 0.10 210.42 0.73 0.62
Hex 55 9C E5 3F 20 0 A D2 49 3E
Octal 125 234 345 77 40 0 12 322 111 76
Binary 1010101 10011100 11100101 111111 100000 0 1010 11010010 1001001 111110

Color Harmonies of #559CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CE5

Black with #559CE5

Text Example


Text Example

White with #559CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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