Html Css Color HEX #5A9AEB Cornflower Blue

📋 copy color: '#5A9AEB'

red 90 ◦ green 154 ◦ blue 235

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

Shades of Cornflower Blue #5A9AEB

Tints of Cornflower Blue #5A9AEB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.15%

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 18.79%
G = 32.15%
B = 49.06%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A9AEB (or 0x5A9AEB) is known color: Cornflower Blue. HEX triplet: 5A, 9A and EB. RGB value is (90,154,235). Sum of RGB (Red+Green+Blue) = 90+154+235=479 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.79% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A9AEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A9AEB is #A56514. Grayscale: #8F8F8F. Windows color (decimal): -10839317 or 15440474. OLE color: 15440474.

HSL color Cylindrical-coordinate representation of color #5A9AEB: hue angle of 213.52º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A9AEB is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 154 235 -
CMYK 0.62 0.34 0 0.08
HSL 213.52º 0.78% 0.64% -
HSV(B) 213.52º 0.62% 0.92% -
XYZ 30.77 31.28 83.01 -
YUV 144.1 179.3 89.41 -
System Red Green Blue C M Y K H S L
Decimal 90 154 235 0.62 0.34 0 0.08 213.52 0.78 0.64
Hex 5A 9A EB 3E 22 0 8 D6 4E 40
Octal 132 232 353 76 42 0 10 326 116 100
Binary 1011010 10011010 11101011 111110 100010 0 1000 11010110 1001110 1000000

Color Harmonies of #5A9AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9AEB

Black with #5A9AEB

Text Example


Text Example

White with #5A9AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,154,235); }

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

background-color css

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

 a { background-color: rgb(90,154,235); }

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

border-color css

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

 span { border-color: rgb(90,154,235); }

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