Html Css Color HEX #5A8AF9 Cornflower Blue

📋 copy color: '#5A8AF9'

red 90 ◦ green 138 ◦ blue 249

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

Shades of Cornflower Blue #5A8AF9

Tints of Cornflower Blue #5A8AF9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.93%

 BLUE value IS 249 (97.66% from 255) = 52.2%

R = 18.87%
G = 28.93%
B = 52.2%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A8AF9 (or 0x5A8AF9) is known color: Cornflower Blue. HEX triplet: 5A, 8A and F9. RGB value is (90,138,249). Sum of RGB (Red+Green+Blue) = 90+138+249=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #5A8AF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8AF9 is #A57506. Grayscale: #878787. Windows color (decimal): -10843399 or 16353882. OLE color: 16353882.

HSL color Cylindrical-coordinate representation of color #5A8AF9: hue angle of 221.89º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A8AF9 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 138 249 -
CMYK 0.64 0.45 0 0.02
HSL 221.89º 0.93% 0.66% -
HSV(B) 221.89º 0.64% 0.98% -
XYZ 30.4 27.19 93.27 -
YUV 136.3 191.6 94.97 -
System Red Green Blue C M Y K H S L
Decimal 90 138 249 0.64 0.45 0 0.02 221.89 0.93 0.66
Hex 5A 8A F9 40 2D 0 2 DE 5D 42
Octal 132 212 371 100 55 0 2 336 135 102
Binary 1011010 10001010 11111001 1000000 101101 0 10 11011110 1011101 1000010

Color Harmonies of #5A8AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8AF9

Black with #5A8AF9

Text Example


Text Example

White with #5A8AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,138,249); }

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

background-color css

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

 a { background-color: rgb(90,138,249); }

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

border-color css

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

 span { border-color: rgb(90,138,249); }

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