Html Css Color HEX #59A0FC Cornflower Blue

📋 copy color: '#59A0FC'

red 89 ◦ green 160 ◦ blue 252

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

Shades of Cornflower Blue #59A0FC

Tints of Cornflower Blue #59A0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.3%

R = 17.76%
G = 31.94%
B = 50.3%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#59A0FC (or 0x59A0FC) is known color: Cornflower Blue. HEX triplet: 59, A0 and FC. RGB value is (89,160,252). Sum of RGB (Red+Green+Blue) = 89+160+252=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #59A0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59A0FC is #A65F03. Grayscale: #949494. Windows color (decimal): -10903300 or 16556121. OLE color: 16556121.

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

Color convert

RGB 89 160 252 -
CMYK 0.65 0.37 0 0.01
HSL 213.87º 0.96% 0.67% -
HSV(B) 213.87º 0.65% 0.99% -
XYZ 34.26 34.29 96.91 -
YUV 149.26 185.98 85.02 -
System Red Green Blue C M Y K H S L
Decimal 89 160 252 0.65 0.37 0 0.01 213.87 0.96 0.67
Hex 59 A0 FC 41 25 0 1 D6 60 43
Octal 131 240 374 101 45 0 1 326 140 103
Binary 1011001 10100000 11111100 1000001 100101 0 1 11010110 1100000 1000011

Color Harmonies of #59A0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A0FC

Black with #59A0FC

Text Example


Text Example

White with #59A0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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