Html Css Color HEX #5A8AEA Cornflower Blue

📋 copy color: '#5A8AEA'

red 90 ◦ green 138 ◦ blue 234

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

Shades of Cornflower Blue #5A8AEA

Tints of Cornflower Blue #5A8AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 19.48%
G = 29.87%
B = 50.65%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A8AEA (or 0x5A8AEA) is known color: Cornflower Blue. HEX triplet: 5A, 8A and EA. RGB value is (90,138,234). Sum of RGB (Red+Green+Blue) = 90+138+234=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A8AEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A8AEA is #A57515. Grayscale: #868686. Windows color (decimal): -10843414 or 15370842. OLE color: 15370842.

HSL color Cylindrical-coordinate representation of color #5A8AEA: hue angle of 220º degrees, saturation: 0.77, 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 #5A8AEA is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 138 234 -
CMYK 0.62 0.41 0 0.08
HSL 220º 0.77% 0.64% -
HSV(B) 220º 0.62% 0.92% -
XYZ 28.16 26.29 81.43 -
YUV 134.59 184.1 96.19 -
System Red Green Blue C M Y K H S L
Decimal 90 138 234 0.62 0.41 0 0.08 220 0.77 0.64
Hex 5A 8A EA 3E 29 0 8 DC 4D 40
Octal 132 212 352 76 51 0 10 334 115 100
Binary 1011010 10001010 11101010 111110 101001 0 1000 11011100 1001101 1000000

Color Harmonies of #5A8AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8AEA

Black with #5A8AEA

Text Example


Text Example

White with #5A8AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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