Html Css Color HEX #559CE7 Cornflower Blue

📋 copy color: '#559CE7'

red 85 ◦ green 156 ◦ blue 231

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

Shades of Cornflower Blue #559CE7

Tints of Cornflower Blue #559CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.94%

R = 18.01%
G = 33.05%
B = 48.94%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#559CE7 (or 0x559CE7) is known color: Cornflower Blue. HEX triplet: 55, 9C and E7. RGB value is (85,156,231). Sum of RGB (Red+Green+Blue) = 85+156+231=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #559CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559CE7 is #AA6318. Grayscale: #8E8E8E. Windows color (decimal): -11166489 or 15178837. OLE color: 15178837.

HSL color Cylindrical-coordinate representation of color #559CE7: hue angle of 210.82º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #559CE7 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 156 231 -
CMYK 0.63 0.32 0 0.09
HSL 210.82º 0.75% 0.62% -
HSV(B) 210.82º 0.63% 0.91% -
XYZ 30.06 31.48 80.09 -
YUV 143.32 177.48 86.4 -
System Red Green Blue C M Y K H S L
Decimal 85 156 231 0.63 0.32 0 0.09 210.82 0.75 0.62
Hex 55 9C E7 3F 20 0 9 D3 4B 3E
Octal 125 234 347 77 40 0 11 323 113 76
Binary 1010101 10011100 11100111 111111 100000 0 1001 11010011 1001011 111110

Color Harmonies of #559CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CE7

Black with #559CE7

Text Example


Text Example

White with #559CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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