Html Css Color HEX #559FE6 Cornflower Blue

📋 copy color: '#559FE6'

red 85 ◦ green 159 ◦ blue 230

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

Shades of Cornflower Blue #559FE6

Tints of Cornflower Blue #559FE6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.54%

 BLUE value IS 230 (90.23% from 255) = 48.52%

R = 17.93%
G = 33.54%
B = 48.52%

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

#559FE6 (or 0x559FE6) is known color: Cornflower Blue. HEX triplet: 55, 9F and E6. RGB value is (85,159,230). Sum of RGB (Red+Green+Blue) = 85+159+230=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #559FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559FE6 is #AA6019. Grayscale: #909090. Windows color (decimal): -11165722 or 15114069. OLE color: 15114069.

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

Color convert

RGB 85 159 230 -
CMYK 0.63 0.31 0 0.10
HSL 209.38º 0.74% 0.62% -
HSV(B) 209.38º 0.63% 0.9% -
XYZ 30.43 32.44 79.52 -
YUV 144.97 175.98 85.23 -
System Red Green Blue C M Y K H S L
Decimal 85 159 230 0.63 0.31 0 0.10 209.38 0.74 0.62
Hex 55 9F E6 3F 1F 0 A D1 4A 3E
Octal 125 237 346 77 37 0 12 321 112 76
Binary 1010101 10011111 11100110 111111 11111 0 1010 11010001 1001010 111110

Color Harmonies of #559FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559FE6

Black with #559FE6

Text Example


Text Example

White with #559FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,159,230); }

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

background-color css

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

 a { background-color: rgb(85,159,230); }

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

border-color css

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

 span { border-color: rgb(85,159,230); }

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