Html Css Color HEX #5A88EA Cornflower Blue

📋 copy color: '#5A88EA'

red 90 ◦ green 136 ◦ blue 234

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

Shades of Cornflower Blue #5A88EA

Tints of Cornflower Blue #5A88EA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.57%

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

R = 19.57%
G = 29.57%
B = 50.87%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A88EA (or 0x5A88EA) is known color: Cornflower Blue. HEX triplet: 5A, 88 and EA. RGB value is (90,136,234). Sum of RGB (Red+Green+Blue) = 90+136+234=460 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.57% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A88EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A88EA is #A57715. Grayscale: #848484. Windows color (decimal): -10843926 or 15370330. OLE color: 15370330.

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

Color convert

RGB 90 136 234 -
CMYK 0.62 0.42 0 0.08
HSL 220.83º 0.77% 0.64% -
HSV(B) 220.83º 0.62% 0.92% -
XYZ 27.87 25.72 81.34 -
YUV 133.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 90 136 234 0.62 0.42 0 0.08 220.83 0.77 0.64
Hex 5A 88 EA 3E 2A 0 8 DD 4D 40
Octal 132 210 352 76 52 0 10 335 115 100
Binary 1011010 10001000 11101010 111110 101010 0 1000 11011101 1001101 1000000

Color Harmonies of #5A88EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A88EA

Black with #5A88EA

Text Example


Text Example

White with #5A88EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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