#2d6dcd

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

Shades of Royal Blue #2D6DCD

Tints of Royal Blue #2D6DCD

Color information

#2D6DCD (or 0x2D6DCD) is unknown color: approx Royal Blue. HEX triplet: 2D, 6D and CD. RGB value is (45,109,205). Sum of RGB (Red+Green+Blue) = 45+109+205=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #2D6DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6DCD is #D29232. Grayscale: #646464. Windows color (decimal): -13799987 or 13462829. OLE color: 13462829.

HSL color Cylindrical-coordinate representation of color #2D6DCD: hue angle of 216º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D6DCD is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB45109205-
CMYK0.780.4700.20
HSL216º64%49.02%-
HSV(B)216º78.05%80.39%-
XYZ17.5715.959.9-
YUV100.81186.888.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.53%
GREEN value IS 109 (42.97% from 255) = 30.36%
BLUE value IS 205 (80.47% from 255) = 57.10%
R=12.53%
G=30.36%
B=57.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal451092050.780.4700.202166449.02
Hex2D6DCD4E2F014d84031
Octal551553151165702433010061
Binary1011011101101110011011001110101111010100110110001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d6dcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,109,205); }

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

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

 a { background-color: rgb(45,109,205); }

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

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

 span { border-color: rgb(45,109,205); }

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