Html Css Color HEX #5AA0FF Cornflower Blue

📋 copy color: '#5AA0FF'

red 90 ◦ green 160 ◦ blue 255

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

Shades of Cornflower Blue #5AA0FF

Tints of Cornflower Blue #5AA0FF

RGB

 RED value IS 90 (35.55% from 255) = 17.82%

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

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

R = 17.82%
G = 31.68%
B = 50.5%

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

#5AA0FF (or 0x5AA0FF) is known color: Cornflower Blue. HEX triplet: 5A, A0 and FF. RGB value is (90,160,255). Sum of RGB (Red+Green+Blue) = 90+160+255=505 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.82% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AA0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AA0FF is #A55F00. Grayscale: #959595. Windows color (decimal): -10837761 or 16752730. OLE color: 16752730.

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

Color convert

RGB 90 160 255 -
CMYK 0.65 0.37 0 0
HSL 214.55º 1% 0.68% -
HSV(B) 214.55º 0.65% 1% -
XYZ 34.84 34.54 99.44 -
YUV 149.9 187.31 85.28 -
System Red Green Blue C M Y K H S L
Decimal 90 160 255 0.65 0.37 0 0 214.55 1 0.68
Hex 5A A0 FF 41 25 0 0 D7 64 44
Octal 132 240 377 101 45 0 0 327 144 104
Binary 1011010 10100000 11111111 1000001 100101 0 0 11010111 1100100 1000100

Color Harmonies of #5AA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA0FF

Black with #5AA0FF

Text Example


Text Example

White with #5AA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AA0FF; }

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

 H1.HeaderClassName
 {
   color: #5AA0FF;
 }
 .AnyTagClassName
 {
   color: #5AA0FF;
 }
</style>

background-color css

<style>
 a { background-color: #5AA0FF; }

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

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

border-color css

<style>
 span { border-color: #5AA0FF; }

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

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