#5187FE

Color #5187FE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5187FE

Tints of Cornflower Blue #5187FE

Color information

#5187FE (or 0x5187FE) is unknown color: approx Cornflower Blue. HEX triplet: 51, 87 and FE. RGB value is (81,135,254). Sum of RGB (Red+Green+Blue) = 81+135+254=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #5187FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5187FE is #AE7801. Grayscale: #838383. Windows color (decimal): -11433986 or 16680785. OLE color: 16680785.

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

Color convert

RGB81135254-
CMYK0.680.4700.00
HSL221.27º98.86%65.69%-
HSV(B)221.27º68.11%99.61%-
XYZ29.9526.2397.25-
YUV132.42196.6191.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.23%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 254 (99.61% from 255) = 54.04%
R=17.23%
G=28.72%
B=54.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal811352540.680.4700.00221.2798.8665.69
Hex5187FE442F00dd6342
Octal1212073761045700335143102
Binary101000110000111111111101000100101111001101110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5187FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5187FE; }

 p { color: rgb(81,135,254); }

 H1.HeaderClassName
 {
   color: #5187FE;
 }
 .AnyTagClassName
 {
   color: #5187FE;
 }
</style>
background-color css

<style>
 a { background-color: #5187FE; }

 a { background-color: rgb(81,135,254); }

 div.DivClassName
 {
   background-color: #5187FE;
 }
 .BgClassName
 {
   background-color: #5187FE;
 }
</style>
border-color css

<style>
 span { border-color: #5187FE; }

 span { border-color: rgb(81,135,254); }

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