#2859EF

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

Shades of Royal Blue #2859EF

Tints of Royal Blue #2859EF

Color information

#2859EF (or 0x2859EF) is unknown color: approx Royal Blue. HEX triplet: 28, 59 and EF. RGB value is (40,89,239). Sum of RGB (Red+Green+Blue) = 40+89+239=368 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.87% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 239 (93.75% from 255 or 64.95% from 368); Max value from RGB is 239 - color contains mainly: blue. Hex color #2859EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2859EF is #D7A610. Grayscale: #5A5A5A. Windows color (decimal): -14132753 or 15685928. OLE color: 15685928.

HSL color Cylindrical-coordinate representation of color #2859EF: hue angle of 225.23º 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 #2859EF is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4089239-
CMYK0.830.6300.06
HSL225.23º86.15%54.71%-
HSV(B)225.23º83.26%93.73%-
XYZ20.0313.8383.27-
YUV91.45211.2791.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.87%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 239 (93.75% from 255) = 64.95%
R=10.87%
G=24.18%
B=64.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal40892390.830.6300.06225.2386.1554.71
Hex2859EF533F06e15637
Octal50131357123770634112667
Binary10100010110011110111110100111111110110111000011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2859EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2859EF; }

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

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

<style>
 a { background-color: #2859EF; }

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

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

<style>
 span { border-color: #2859EF; }

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

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