Html Css Color HEX #5AA2FE Cornflower Blue

📋 copy color: '#5AA2FE'

red 90 ◦ green 162 ◦ blue 254

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

Shades of Cornflower Blue #5AA2FE

Tints of Cornflower Blue #5AA2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.02%

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 17.79%
G = 32.02%
B = 50.2%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5AA2FE (or 0x5AA2FE) is known color: Cornflower Blue. HEX triplet: 5A, A2 and FE. RGB value is (90,162,254). Sum of RGB (Red+Green+Blue) = 90+162+254=506 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.79% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #5AA2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AA2FE is #A55D01. Grayscale: #969696. Windows color (decimal): -10837250 or 16687706. OLE color: 16687706.

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

Color convert

RGB 90 162 254 -
CMYK 0.65 0.36 0 0.00
HSL 213.66º 0.99% 0.67% -
HSV(B) 213.66º 0.65% 1% -
XYZ 35.03 35.17 98.71 -
YUV 150.96 186.15 84.52 -
System Red Green Blue C M Y K H S L
Decimal 90 162 254 0.65 0.36 0 0.00 213.66 0.99 0.67
Hex 5A A2 FE 41 24 0 0 D6 63 43
Octal 132 242 376 101 44 0 0 326 143 103
Binary 1011010 10100010 11111110 1000001 100100 0 0 11010110 1100011 1000011

Color Harmonies of #5AA2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA2FE

Black with #5AA2FE

Text Example


Text Example

White with #5AA2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,162,254); }

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

background-color css

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

 a { background-color: rgb(90,162,254); }

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

border-color css

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

 span { border-color: rgb(90,162,254); }

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