#2D54F6

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

Shades of Royal Blue #2D54F6

Tints of Royal Blue #2D54F6

Color information

#2D54F6 (or 0x2D54F6) is unknown color: approx Royal Blue. HEX triplet: 2D, 54 and F6. RGB value is (45,84,246). Sum of RGB (Red+Green+Blue) = 45+84+246=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 246 (96.48% from 255 or 65.6% from 375); Max value from RGB is 246 - color contains mainly: blue. Hex color #2D54F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D54F6 is #D2AB09. Grayscale: #5A5A5A. Windows color (decimal): -13806346 or 16143405. OLE color: 16143405.

HSL color Cylindrical-coordinate representation of color #2D54F6: hue angle of 228.36º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D54F6 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4584246-
CMYK0.820.6600.04
HSL228.36º91.78%57.06%-
HSV(B)228.36º81.71%96.47%-
XYZ20.8913.5588.7-
YUV90.81215.5895.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 246 (96.48% from 255) = 65.6%
R=12%
G=22.4%
B=65.6%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal45842460.820.6600.04228.3691.7857.06
Hex2D54F6524204e45c39
Octal551243661221020434413471
Binary101101101010011110110101001010000100100111001001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D54F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,84,246); }

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

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

 a { background-color: rgb(45,84,246); }

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

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

 span { border-color: rgb(45,84,246); }

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