#2D6CD7

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

Shades of Royal Blue #2D6CD7

Tints of Royal Blue #2D6CD7

Color information

#2D6CD7 (or 0x2D6CD7) is unknown color: approx Royal Blue. HEX triplet: 2D, 6C and D7. RGB value is (45,108,215). Sum of RGB (Red+Green+Blue) = 45+108+215=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 215 (84.38% from 255 or 58.42% from 368); Max value from RGB is 215 - color contains mainly: blue. Hex color #2D6CD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6CD7 is #D29328. Grayscale: #646464. Windows color (decimal): -13800233 or 14117933. OLE color: 14117933.

HSL color Cylindrical-coordinate representation of color #2D6CD7: hue angle of 217.76º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D6CD7 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB45108215-
CMYK0.790.5000.16
HSL217.76º68%50.98%-
HSV(B)217.76º79.07%84.31%-
XYZ18.7116.1966.43-
YUV101.36192.1387.8-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.23%
GREEN value IS 108 (42.58% from 255) = 29.35%
BLUE value IS 215 (84.38% from 255) = 58.42%
R=12.23%
G=29.35%
B=58.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal451082150.790.5000.16217.766850.98
Hex2D6CD74F32010da4433
Octal551543271176202033210463
Binary1011011101100110101111001111110010010000110110101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,108,215); }

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

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

 a { background-color: rgb(45,108,215); }

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

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

 span { border-color: rgb(45,108,215); }

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