Shades of Royal Blue #2D6EDB
Tints of Royal Blue #2D6EDB
RGB
CMYK
RGB Variations
Color information
#2D6EDB (or 0x2D6EDB) is known color: Royal Blue. HEX triplet: 2D, 6E and DB. RGB value is (45,110,219). Sum of RGB (Red+Green+Blue) = 45+110+219=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D6EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D6EDB is #D29124. Grayscale: #666666. Windows color (decimal): -13799717 or 14380589. OLE color: 14380589.
HSL color Cylindrical-coordinate representation of color #2D6EDB: hue angle of 217.59º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D6EDB is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 45 | 110 | 219 | - |
CMYK | 0.79 | 0.50 | 0 | 0.14 |
HSL | 217.59º | 0.71% | 0.52% | - |
HSV(B) | 217.59º | 0.79% | 0.86% | - |
XYZ | 19.44 | 16.82 | 69.24 | - |
YUV | 102.99 | 193.47 | 86.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 110 | 219 | 0.79 | 0.50 | 0 | 0.14 | 217.59 | 0.71 | 0.52 |
Hex | 2D | 6E | DB | 4F | 32 | 0 | E | DA | 47 | 34 |
Octal | 55 | 156 | 333 | 117 | 62 | 0 | 16 | 332 | 107 | 64 |
Binary | 101101 | 1101110 | 11011011 | 1001111 | 110010 | 0 | 1110 | 11011010 | 1000111 | 110100 |
Color Harmonies of #2D6EDB
Complementary color
Monochromatic Colors of #2D6EDB
Black with #2D6EDB
Text Example
Text Example
White with #2D6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6EDB; }
p { color: rgb(45,110,219); }
H1.HeaderClassName
{
color: #2D6EDB;
}
.AnyTagClassName
{
color: #2D6EDB;
}
</style>
background-color css
<style>
a { background-color: #2D6EDB; }
a { background-color: rgb(45,110,219); }
div.DivClassName
{
background-color: #2D6EDB;
}
.BgClassName
{
background-color: #2D6EDB;
}
</style>
border-color css
<style>
span { border-color: #2D6EDB; }
span { border-color: rgb(45,110,219); }
td.TdClassName
{
border-color: #2D6EDB;
}
.TagClassName
{
border-color: #2D6EDB;
}
</style>