Shades of Royal Blue #236FDB
Tints of Royal Blue #236FDB
RGB
CMYK
RGB Variations
Color information
#236FDB (or 0x236FDB) is known color: Royal Blue. HEX triplet: 23, 6F and DB. RGB value is (35,111,219). Sum of RGB (Red+Green+Blue) = 35+111+219=365 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.59% from 365); Green value is 111 (43.75% from 255 or 30.41% 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 #236FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236FDB is #DC9024. Grayscale: #646464. Windows color (decimal): -14454821 or 14380835. OLE color: 14380835.
HSL color Cylindrical-coordinate representation of color #236FDB: hue angle of 215.22º 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 #236FDB is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 111 | 219 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.14 |
| HSL | 215.22º | 0.72% | 0.5% | - |
| HSV(B) | 215.22º | 0.84% | 0.86% | - |
| XYZ | 19.16 | 16.84 | 69.26 | - |
| YUV | 100.59 | 194.82 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 219 | 0.84 | 0.49 | 0 | 0.14 | 215.22 | 0.72 | 0.5 |
| Hex | 23 | 6F | DB | 54 | 31 | 0 | E | D7 | 48 | 32 |
| Octal | 43 | 157 | 333 | 124 | 61 | 0 | 16 | 327 | 110 | 62 |
| Binary | 100011 | 1101111 | 11011011 | 1010100 | 110001 | 0 | 1110 | 11010111 | 1001000 | 110010 |
Color Harmonies of #236FDB
Complementary color
Monochromatic Colors of #236FDB
Black with #236FDB
Text Example
Text Example
White with #236FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236FDB; }
p { color: rgb(35,111,219); }
H1.HeaderClassName
{
color: #236FDB;
}
.AnyTagClassName
{
color: #236FDB;
}
</style>
background-color css
<style>
a { background-color: #236FDB; }
a { background-color: rgb(35,111,219); }
div.DivClassName
{
background-color: #236FDB;
}
.BgClassName
{
background-color: #236FDB;
}
</style>
border-color css
<style>
span { border-color: #236FDB; }
span { border-color: rgb(35,111,219); }
td.TdClassName
{
border-color: #236FDB;
}
.TagClassName
{
border-color: #236FDB;
}
</style>