Html Css Color HEX #5A87FC Cornflower Blue

📋 copy color: '#5A87FC'

red 90 ◦ green 135 ◦ blue 252

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

Shades of Cornflower Blue #5A87FC

Tints of Cornflower Blue #5A87FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.83%

R = 18.87%
G = 28.3%
B = 52.83%

CMYK

 C value IS 0.64

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5A87FC (or 0x5A87FC) is known color: Cornflower Blue. HEX triplet: 5A, 87 and FC. RGB value is (90,135,252). Sum of RGB (Red+Green+Blue) = 90+135+252=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A87FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A87FC is #A57803. Grayscale: #868686. Windows color (decimal): -10844164 or 16549722. OLE color: 16549722.

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

Color convert

RGB 90 135 252 -
CMYK 0.64 0.46 0 0.01
HSL 223.33º 0.96% 0.67% -
HSV(B) 223.33º 0.64% 0.99% -
XYZ 30.45 26.53 95.61 -
YUV 134.88 194.09 95.99 -
System Red Green Blue C M Y K H S L
Decimal 90 135 252 0.64 0.46 0 0.01 223.33 0.96 0.67
Hex 5A 87 FC 40 2E 0 1 DF 60 43
Octal 132 207 374 100 56 0 1 337 140 103
Binary 1011010 10000111 11111100 1000000 101110 0 1 11011111 1100000 1000011

Color Harmonies of #5A87FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A87FC

Black with #5A87FC

Text Example


Text Example

White with #5A87FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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