Shades of Royal Blue #236CDB
Tints of Royal Blue #236CDB
RGB
CMYK
RGB Variations
Color information
#236CDB (or 0x236CDB) is known color: Royal Blue. HEX triplet: 23, 6C and DB. RGB value is (35,108,219). Sum of RGB (Red+Green+Blue) = 35+108+219=362 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.67% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #236CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236CDB is #DC9324. Grayscale: #626262. Windows color (decimal): -14455589 or 14380067. OLE color: 14380067.
HSL color Cylindrical-coordinate representation of color #236CDB: hue angle of 216.2º 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 #236CDB is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 108 | 219 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.14 |
| HSL | 216.2º | 0.72% | 0.5% | - |
| HSV(B) | 216.2º | 0.84% | 0.86% | - |
| XYZ | 18.84 | 16.2 | 69.15 | - |
| YUV | 98.83 | 195.82 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 219 | 0.84 | 0.51 | 0 | 0.14 | 216.2 | 0.72 | 0.5 |
| Hex | 23 | 6C | DB | 54 | 33 | 0 | E | D8 | 48 | 32 |
| Octal | 43 | 154 | 333 | 124 | 63 | 0 | 16 | 330 | 110 | 62 |
| Binary | 100011 | 1101100 | 11011011 | 1010100 | 110011 | 0 | 1110 | 11011000 | 1001000 | 110010 |
Color Harmonies of #236CDB
Complementary color
Monochromatic Colors of #236CDB
Black with #236CDB
Text Example
Text Example
White with #236CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236CDB; }
p { color: rgb(35,108,219); }
H1.HeaderClassName
{
color: #236CDB;
}
.AnyTagClassName
{
color: #236CDB;
}
</style>
background-color css
<style>
a { background-color: #236CDB; }
a { background-color: rgb(35,108,219); }
div.DivClassName
{
background-color: #236CDB;
}
.BgClassName
{
background-color: #236CDB;
}
</style>
border-color css
<style>
span { border-color: #236CDB; }
span { border-color: rgb(35,108,219); }
td.TdClassName
{
border-color: #236CDB;
}
.TagClassName
{
border-color: #236CDB;
}
</style>