Html Css Color HEX #59A0FF Cornflower Blue

📋 copy color: '#59A0FF'

red 89 ◦ green 160 ◦ blue 255

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

Shades of Cornflower Blue #59A0FF

Tints of Cornflower Blue #59A0FF

RGB

 RED value IS 89 (35.16% from 255) = 17.66%

 GREEN value IS 160 (62.89% from 255) = 31.75%

 BLUE value IS 255 (100% from 255) = 50.6%

R = 17.66%
G = 31.75%
B = 50.6%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#59A0FF (or 0x59A0FF) is known color: Cornflower Blue. HEX triplet: 59, A0 and FF. RGB value is (89,160,255). Sum of RGB (Red+Green+Blue) = 89+160+255=504 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.66% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #59A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59A0FF is #A65F00. Grayscale: #959595. Windows color (decimal): -10903297 or 16752729. OLE color: 16752729.

HSL color Cylindrical-coordinate representation of color #59A0FF: hue angle of 214.34º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59A0FF is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 89 160 255 -
CMYK 0.65 0.37 0 0
HSL 214.34º 1% 0.67% -
HSV(B) 214.34º 0.65% 1% -
XYZ 34.74 34.49 99.43 -
YUV 149.6 187.48 84.78 -
System Red Green Blue C M Y K H S L
Decimal 89 160 255 0.65 0.37 0 0 214.34 1 0.67
Hex 59 A0 FF 41 25 0 0 D6 64 43
Octal 131 240 377 101 45 0 0 326 144 103
Binary 1011001 10100000 11111111 1000001 100101 0 0 11010110 1100100 1000011

Color Harmonies of #59A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A0FF

Black with #59A0FF

Text Example


Text Example

White with #59A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59A0FF; }

 p { color: rgb(89,160,255); }

 H1.HeaderClassName
 {
   color: #59A0FF;
 }
 .AnyTagClassName
 {
   color: #59A0FF;
 }
</style>

background-color css

<style>
 a { background-color: #59A0FF; }

 a { background-color: rgb(89,160,255); }

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

border-color css

<style>
 span { border-color: #59A0FF; }

 span { border-color: rgb(89,160,255); }

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