Html Css Color HEX #5A88FE Cornflower Blue

📋 copy color: '#5A88FE'

red 90 ◦ green 136 ◦ blue 254

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

Shades of Cornflower Blue #5A88FE

Tints of Cornflower Blue #5A88FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 18.75%
G = 28.33%
B = 52.92%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5A88FE (or 0x5A88FE) is known color: Cornflower Blue. HEX triplet: 5A, 88 and FE. RGB value is (90,136,254). Sum of RGB (Red+Green+Blue) = 90+136+254=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A88FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A88FE is #A57701. Grayscale: #878787. Windows color (decimal): -10843906 or 16681050. OLE color: 16681050.

HSL color Cylindrical-coordinate representation of color #5A88FE: hue angle of 223.17º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A88FE is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 90 136 254 -
CMYK 0.65 0.46 0 0.00
HSL 223.17º 0.99% 0.67% -
HSV(B) 223.17º 0.65% 1% -
XYZ 30.91 26.94 97.34 -
YUV 135.7 194.76 95.41 -
System Red Green Blue C M Y K H S L
Decimal 90 136 254 0.65 0.46 0 0.00 223.17 0.99 0.67
Hex 5A 88 FE 41 2E 0 0 DF 63 43
Octal 132 210 376 101 56 0 0 337 143 103
Binary 1011010 10001000 11111110 1000001 101110 0 0 11011111 1100011 1000011

Color Harmonies of #5A88FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A88FE

Black with #5A88FE

Text Example


Text Example

White with #5A88FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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