Html Css Color HEX #5AA5FF Cornflower Blue

📋 copy color: '#5AA5FF'

red 90 ◦ green 165 ◦ blue 255

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

Shades of Cornflower Blue #5AA5FF

Tints of Cornflower Blue #5AA5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.35%

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

R = 17.65%
G = 32.35%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5AA5FF (or 0x5AA5FF) is known color: Cornflower Blue. HEX triplet: 5A, A5 and FF. RGB value is (90,165,255). Sum of RGB (Red+Green+Blue) = 90+165+255=510 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.65% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AA5FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AA5FF is #A55A00. Grayscale: #989898. Windows color (decimal): -10836481 or 16754010. OLE color: 16754010.

HSL color Cylindrical-coordinate representation of color #5AA5FF: hue angle of 212.73º 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 #5AA5FF is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 90 165 255 -
CMYK 0.65 0.35 0 0
HSL 212.73º 1% 0.68% -
HSV(B) 212.73º 0.65% 1% -
XYZ 35.72 36.3 99.73 -
YUV 152.84 185.65 83.18 -
System Red Green Blue C M Y K H S L
Decimal 90 165 255 0.65 0.35 0 0 212.73 1 0.68
Hex 5A A5 FF 41 23 0 0 D5 64 44
Octal 132 245 377 101 43 0 0 325 144 104
Binary 1011010 10100101 11111111 1000001 100011 0 0 11010101 1100100 1000100

Color Harmonies of #5AA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA5FF

Black with #5AA5FF

Text Example


Text Example

White with #5AA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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