#2D7DE8

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

Shades of Royal Blue #2D7DE8

Tints of Royal Blue #2D7DE8

Color information

#2D7DE8 (or 0x2D7DE8) is unknown color: approx Royal Blue. HEX triplet: 2D, 7D and E8. RGB value is (45,125,232). Sum of RGB (Red+Green+Blue) = 45+125+232=402 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.19% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 232 (91.02% from 255 or 57.71% from 402); Max value from RGB is 232 - color contains mainly: blue. Hex color #2D7DE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D7DE8 is #D28217. Grayscale: #707070. Windows color (decimal): -13795864 or 15236397. OLE color: 15236397.

HSL color Cylindrical-coordinate representation of color #2D7DE8: hue angle of 214.33º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D7DE8 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB45125232-
CMYK0.810.4600.09
HSL214.33º80.26%54.31%-
HSV(B)214.33º80.6%90.98%-
XYZ22.9821.0579.2-
YUV113.2819579.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.19%
GREEN value IS 125 (49.22% from 255) = 31.09%
BLUE value IS 232 (91.02% from 255) = 57.71%
R=11.19%
G=31.09%
B=57.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal451252320.810.4600.09214.3380.2654.31
Hex2D7DE8512E09d65036
Octal551753501215601132612066
Binary101101111110111101000101000110111001001110101101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,125,232); }

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

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

 a { background-color: rgb(45,125,232); }

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

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

 span { border-color: rgb(45,125,232); }

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