Shades of Royal Blue #236ADB
Tints of Royal Blue #236ADB
RGB
CMYK
RGB Variations
Color information
#236ADB (or 0x236ADB) is known color: Royal Blue. HEX triplet: 23, 6A and DB. RGB value is (35,106,219). Sum of RGB (Red+Green+Blue) = 35+106+219=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #236ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236ADB is #DC9524. Grayscale: #616161. Windows color (decimal): -14456101 or 14379555. OLE color: 14379555.
HSL color Cylindrical-coordinate representation of color #236ADB: hue angle of 216.85º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #236ADB is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 106 | 219 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.14 |
| HSL | 216.85º | 0.72% | 0.5% | - |
| HSV(B) | 216.85º | 0.84% | 0.86% | - |
| XYZ | 18.63 | 15.78 | 69.08 | - |
| YUV | 97.65 | 196.48 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 106 | 219 | 0.84 | 0.52 | 0 | 0.14 | 216.85 | 0.72 | 0.5 |
| Hex | 23 | 6A | DB | 54 | 34 | 0 | E | D9 | 48 | 32 |
| Octal | 43 | 152 | 333 | 124 | 64 | 0 | 16 | 331 | 110 | 62 |
| Binary | 100011 | 1101010 | 11011011 | 1010100 | 110100 | 0 | 1110 | 11011001 | 1001000 | 110010 |
Color Harmonies of #236ADB
Complementary color
Monochromatic Colors of #236ADB
Black with #236ADB
Text Example
Text Example
White with #236ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236ADB; }
p { color: rgb(35,106,219); }
H1.HeaderClassName
{
color: #236ADB;
}
.AnyTagClassName
{
color: #236ADB;
}
</style>
background-color css
<style>
a { background-color: #236ADB; }
a { background-color: rgb(35,106,219); }
div.DivClassName
{
background-color: #236ADB;
}
.BgClassName
{
background-color: #236ADB;
}
</style>
border-color css
<style>
span { border-color: #236ADB; }
span { border-color: rgb(35,106,219); }
td.TdClassName
{
border-color: #236ADB;
}
.TagClassName
{
border-color: #236ADB;
}
</style>