Html Css Color HEX #5A87FF Cornflower Blue

📋 copy color: '#5A87FF'

red 90 ◦ green 135 ◦ blue 255

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

Shades of Cornflower Blue #5A87FF

Tints of Cornflower Blue #5A87FF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.13%

 BLUE value IS 255 (100% from 255) = 53.13%

R = 18.75%
G = 28.13%
B = 53.13%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5A87FF (or 0x5A87FF) is known color: Cornflower Blue. HEX triplet: 5A, 87 and FF. RGB value is (90,135,255). Sum of RGB (Red+Green+Blue) = 90+135+255=480 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.75% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A87FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A87FF is #A57800. Grayscale: #868686. Windows color (decimal): -10844161 or 16746330. OLE color: 16746330.

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

Color convert

RGB 90 135 255 -
CMYK 0.65 0.47 0 0
HSL 223.64º 1% 0.68% -
HSV(B) 223.64º 0.65% 1% -
XYZ 30.93 26.72 98.14 -
YUV 135.23 195.59 95.74 -
System Red Green Blue C M Y K H S L
Decimal 90 135 255 0.65 0.47 0 0 223.64 1 0.68
Hex 5A 87 FF 41 2F 0 0 E0 64 44
Octal 132 207 377 101 57 0 0 340 144 104
Binary 1011010 10000111 11111111 1000001 101111 0 0 11100000 1100100 1000100

Color Harmonies of #5A87FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A87FF

Black with #5A87FF

Text Example


Text Example

White with #5A87FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,135,255); }

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

background-color css

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

 a { background-color: rgb(90,135,255); }

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

border-color css

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

 span { border-color: rgb(90,135,255); }

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