#2D56F6

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

Shades of Royal Blue #2D56F6

Tints of Royal Blue #2D56F6

Color information

#2D56F6 (or 0x2D56F6) is unknown color: approx Royal Blue. HEX triplet: 2D, 56 and F6. RGB value is (45,86,246). Sum of RGB (Red+Green+Blue) = 45+86+246=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 246 (96.48% from 255 or 65.25% from 377); Max value from RGB is 246 - color contains mainly: blue. Hex color #2D56F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D56F6 is #D2A909. Grayscale: #5B5B5B. Windows color (decimal): -13805834 or 16143917. OLE color: 16143917.

HSL color Cylindrical-coordinate representation of color #2D56F6: hue angle of 227.76º 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 #2D56F6 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4586246-
CMYK0.820.6500.04
HSL227.76º91.78%57.06%-
HSV(B)227.76º81.71%96.47%-
XYZ21.0413.8788.76-
YUV91.98214.9294.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.94%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 246 (96.48% from 255) = 65.25%
R=11.94%
G=22.81%
B=65.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal45862460.820.6500.04227.7691.7857.06
Hex2D56F6524104e45c39
Octal551263661221010434413471
Binary101101101011011110110101001010000010100111001001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D56F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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