#2D4EE0

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

Shades of Royal Blue #2D4EE0

Tints of Royal Blue #2D4EE0

Color information

#2D4EE0 (or 0x2D4EE0) is unknown color: approx Royal Blue. HEX triplet: 2D, 4E and E0. RGB value is (45,78,224). Sum of RGB (Red+Green+Blue) = 45+78+224=347 (45% of max value = 765). Red value is 45 (17.97% from 255 or 12.97% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 224 (87.89% from 255 or 64.55% from 347); Max value from RGB is 224 - color contains mainly: blue. Hex color #2D4EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4EE0 is #D2B11F. Grayscale: #545454. Windows color (decimal): -13807904 or 14700077. OLE color: 14700077.

HSL color Cylindrical-coordinate representation of color #2D4EE0: hue angle of 228.94º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D4EE0 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4578224-
CMYK0.800.6500.12
HSL228.94º74.27%52.75%-
HSV(B)228.94º79.91%87.84%-
XYZ17.2611.3971.81-
YUV84.78206.5799.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.97%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 224 (87.89% from 255) = 64.55%
R=12.97%
G=22.48%
B=64.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal45782240.800.6500.12228.9474.2752.75
Hex2D4EE050410Ce54a35
Octal5511634012010101434511265
Binary1011011001110111000001010000100000101100111001011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,78,224); }

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

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

 a { background-color: rgb(45,78,224); }

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

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

 span { border-color: rgb(45,78,224); }

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