Shades of Royal Blue #2A68DB
Tints of Royal Blue #2A68DB
RGB
CMYK
RGB Variations
Color information
#2A68DB (or 0x2A68DB) is known color: Royal Blue. HEX triplet: 2A, 68 and DB. RGB value is (42,104,219). Sum of RGB (Red+Green+Blue) = 42+104+219=365 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.51% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A68DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A68DB is #D59724. Grayscale: #626262. Windows color (decimal): -13997861 or 14379050. OLE color: 14379050.
HSL color Cylindrical-coordinate representation of color #2A68DB: hue angle of 218.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A68DB is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 104 | 219 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.14 |
| HSL | 218.98º | 0.71% | 0.51% | - |
| HSV(B) | 218.98º | 0.81% | 0.86% | - |
| XYZ | 18.69 | 15.51 | 69.03 | - |
| YUV | 98.57 | 195.96 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 219 | 0.81 | 0.53 | 0 | 0.14 | 218.98 | 0.71 | 0.51 |
| Hex | 2A | 68 | DB | 51 | 35 | 0 | E | DB | 47 | 33 |
| Octal | 52 | 150 | 333 | 121 | 65 | 0 | 16 | 333 | 107 | 63 |
| Binary | 101010 | 1101000 | 11011011 | 1010001 | 110101 | 0 | 1110 | 11011011 | 1000111 | 110011 |
Color Harmonies of #2A68DB
Complementary color
Monochromatic Colors of #2A68DB
Black with #2A68DB
Text Example
Text Example
White with #2A68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A68DB; }
p { color: rgb(42,104,219); }
H1.HeaderClassName
{
color: #2A68DB;
}
.AnyTagClassName
{
color: #2A68DB;
}
</style>
background-color css
<style>
a { background-color: #2A68DB; }
a { background-color: rgb(42,104,219); }
div.DivClassName
{
background-color: #2A68DB;
}
.BgClassName
{
background-color: #2A68DB;
}
</style>
border-color css
<style>
span { border-color: #2A68DB; }
span { border-color: rgb(42,104,219); }
td.TdClassName
{
border-color: #2A68DB;
}
.TagClassName
{
border-color: #2A68DB;
}
</style>