Html Css Color HEX #559DF9 Cornflower Blue

📋 copy color: '#559DF9'

red 85 ◦ green 157 ◦ blue 249

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

Shades of Cornflower Blue #559DF9

Tints of Cornflower Blue #559DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.71%

R = 17.31%
G = 31.98%
B = 50.71%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#559DF9 (or 0x559DF9) is known color: Cornflower Blue. HEX triplet: 55, 9D and F9. RGB value is (85,157,249). Sum of RGB (Red+Green+Blue) = 85+157+249=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #559DF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559DF9 is #AA6206. Grayscale: #919191. Windows color (decimal): -11166215 or 16358741. OLE color: 16358741.

HSL color Cylindrical-coordinate representation of color #559DF9: hue angle of 213.66º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #559DF9 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 157 249 -
CMYK 0.66 0.37 0 0.02
HSL 213.66º 0.93% 0.65% -
HSV(B) 213.66º 0.66% 0.98% -
XYZ 32.9 32.88 94.24 -
YUV 145.96 186.15 84.52 -
System Red Green Blue C M Y K H S L
Decimal 85 157 249 0.66 0.37 0 0.02 213.66 0.93 0.65
Hex 55 9D F9 42 25 0 2 D6 5D 41
Octal 125 235 371 102 45 0 2 326 135 101
Binary 1010101 10011101 11111001 1000010 100101 0 10 11010110 1011101 1000001

Color Harmonies of #559DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DF9

Black with #559DF9

Text Example


Text Example

White with #559DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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