#2D59EF

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

Shades of Royal Blue #2D59EF

Tints of Royal Blue #2D59EF

Color information

#2D59EF (or 0x2D59EF) is unknown color: approx Royal Blue. HEX triplet: 2D, 59 and EF. RGB value is (45,89,239). Sum of RGB (Red+Green+Blue) = 45+89+239=373 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.06% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D59EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D59EF is #D2A610. Grayscale: #5C5C5C. Windows color (decimal): -13805073 or 15685933. OLE color: 15685933.

HSL color Cylindrical-coordinate representation of color #2D59EF: hue angle of 226.39º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D59EF is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB4589239-
CMYK0.810.6300.06
HSL226.39º85.84%55.69%-
HSV(B)226.39º81.17%93.73%-
XYZ20.2313.9383.28-
YUV92.94210.4293.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.06%
GREEN value IS 89 (35.16% from 255) = 23.86%
BLUE value IS 239 (93.75% from 255) = 64.08%
R=12.06%
G=23.86%
B=64.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal45892390.810.6300.06226.3985.8455.69
Hex2D59EF513F06e25638
Octal55131357121770634212670
Binary10110110110011110111110100011111110110111000101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D59EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D59EF; }

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

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

<style>
 a { background-color: #2D59EF; }

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

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

<style>
 span { border-color: #2D59EF; }

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

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