Html Css Color HEX #559BF6 Cornflower Blue

📋 copy color: '#559BF6'

red 85 ◦ green 155 ◦ blue 246

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

Shades of Cornflower Blue #559BF6

Tints of Cornflower Blue #559BF6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.89%

 BLUE value IS 246 (96.48% from 255) = 50.62%

R = 17.49%
G = 31.89%
B = 50.62%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#559BF6 (or 0x559BF6) is known color: Cornflower Blue. HEX triplet: 55, 9B and F6. RGB value is (85,155,246). Sum of RGB (Red+Green+Blue) = 85+155+246=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #559BF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #559BF6 is #AA6409. Grayscale: #909090. Windows color (decimal): -11166730 or 16161621. OLE color: 16161621.

HSL color Cylindrical-coordinate representation of color #559BF6: hue angle of 213.91º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #559BF6 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 155 246 -
CMYK 0.65 0.37 0 0.04
HSL 213.91º 0.9% 0.65% -
HSV(B) 213.91º 0.65% 0.96% -
XYZ 32.1 32.03 91.68 -
YUV 144.44 185.31 85.6 -
System Red Green Blue C M Y K H S L
Decimal 85 155 246 0.65 0.37 0 0.04 213.91 0.9 0.65
Hex 55 9B F6 41 25 0 4 D6 5A 41
Octal 125 233 366 101 45 0 4 326 132 101
Binary 1010101 10011011 11110110 1000001 100101 0 100 11010110 1011010 1000001

Color Harmonies of #559BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559BF6

Black with #559BF6

Text Example


Text Example

White with #559BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,155,246); }

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

background-color css

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

 a { background-color: rgb(85,155,246); }

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

border-color css

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

 span { border-color: rgb(85,155,246); }

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