Html Css Color HEX #5A89EA Cornflower Blue

📋 copy color: '#5A89EA'

red 90 ◦ green 137 ◦ blue 234

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

Shades of Cornflower Blue #5A89EA

Tints of Cornflower Blue #5A89EA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.72%

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

R = 19.52%
G = 29.72%
B = 50.76%

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

#5A89EA (or 0x5A89EA) is known color: Cornflower Blue. HEX triplet: 5A, 89 and EA. RGB value is (90,137,234). Sum of RGB (Red+Green+Blue) = 90+137+234=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A89EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A89EA is #A57615. Grayscale: #858585. Windows color (decimal): -10843670 or 15370586. OLE color: 15370586.

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

Color convert

RGB 90 137 234 -
CMYK 0.62 0.41 0 0.08
HSL 220.42º 0.77% 0.64% -
HSV(B) 220.42º 0.62% 0.92% -
XYZ 28.01 26.01 81.38 -
YUV 134.01 184.43 96.61 -
System Red Green Blue C M Y K H S L
Decimal 90 137 234 0.62 0.41 0 0.08 220.42 0.77 0.64
Hex 5A 89 EA 3E 29 0 8 DC 4D 40
Octal 132 211 352 76 51 0 10 334 115 100
Binary 1011010 10001001 11101010 111110 101001 0 1000 11011100 1001101 1000000

Color Harmonies of #5A89EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A89EA

Black with #5A89EA

Text Example


Text Example

White with #5A89EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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