#2851ef

Color #2851EF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2851EF

Tints of Royal Blue #2851EF

Color information

#2851EF (or 0x2851EF) is unknown color: approx Royal Blue. HEX triplet: 28, 51 and EF. RGB value is (40,81,239). Sum of RGB (Red+Green+Blue) = 40+81+239=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #2851EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2851EF is #D7AE10. Grayscale: #565656. Windows color (decimal): -14134801 or 15683880. OLE color: 15683880.

HSL color Cylindrical-coordinate representation of color #2851EF: hue angle of 227.64º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2851EF is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4081239-
CMYK0.830.6600.06
HSL227.64º86.15%54.71%-
HSV(B)227.64º83.26%93.73%-
XYZ19.412.5783.06-
YUV86.75213.9294.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.11%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 239 (93.75% from 255) = 66.39%
R=11.11%
G=22.5%
B=66.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal40812390.830.6600.06227.6486.1554.71
Hex2851EF534206e45637
Octal501213571231020634412667
Binary101000101000111101111101001110000100110111001001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2851ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2851ef; }

 p { color: rgb(40,81,239); }

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

<style>
 a { background-color: #2851ef; }

 a { background-color: rgb(40,81,239); }

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

<style>
 span { border-color: #2851ef; }

 span { border-color: rgb(40,81,239); }

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