#2D6BDA

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

Shades of Royal Blue #2D6BDA

Tints of Royal Blue #2D6BDA

Color information

#2D6BDA (or 0x2D6BDA) is unknown color: approx Royal Blue. HEX triplet: 2D, 6B and DA. RGB value is (45,107,218). Sum of RGB (Red+Green+Blue) = 45+107+218=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D6BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6BDA is #D29425. Grayscale: #646464. Windows color (decimal): -13800486 or 14314285. OLE color: 14314285.

HSL color Cylindrical-coordinate representation of color #2D6BDA: hue angle of 218.5º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D6BDA is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB45107218-
CMYK0.790.5100.15
HSL218.5º70.04%51.57%-
HSV(B)218.5º79.36%85.49%-
XYZ18.9916.1468.44-
YUV101.12193.9687.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.16%
GREEN value IS 107 (42.19% from 255) = 28.92%
BLUE value IS 218 (85.55% from 255) = 58.92%
R=12.16%
G=28.92%
B=58.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal451072180.790.5100.15218.570.0451.57
Hex2D6BDA4F330Fda4634
Octal551533321176301733210664
Binary101101110101111011010100111111001101111110110101000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D6BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,107,218); }

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

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

 a { background-color: rgb(45,107,218); }

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

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

 span { border-color: rgb(45,107,218); }

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