Shades of Royal Blue #236BDE
Tints of Royal Blue #236BDE
RGB
CMYK
RGB Variations
Color information
#236BDE (or 0x236BDE) is known color: Royal Blue. HEX triplet: 23, 6B and DE. RGB value is (35,107,222). Sum of RGB (Red+Green+Blue) = 35+107+222=364 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.62% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #236BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236BDE is #DC9421. Grayscale: #626262. Windows color (decimal): -14455842 or 14576419. OLE color: 14576419.
HSL color Cylindrical-coordinate representation of color #236BDE: hue angle of 216.9º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #236BDE is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 107 | 222 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.13 |
| HSL | 216.9º | 0.74% | 0.5% | - |
| HSV(B) | 216.9º | 0.84% | 0.87% | - |
| XYZ | 19.14 | 16.15 | 71.22 | - |
| YUV | 98.58 | 197.65 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 107 | 222 | 0.84 | 0.52 | 0 | 0.13 | 216.9 | 0.74 | 0.5 |
| Hex | 23 | 6B | DE | 54 | 34 | 0 | D | D9 | 4A | 32 |
| Octal | 43 | 153 | 336 | 124 | 64 | 0 | 15 | 331 | 112 | 62 |
| Binary | 100011 | 1101011 | 11011110 | 1010100 | 110100 | 0 | 1101 | 11011001 | 1001010 | 110010 |
Color Harmonies of #236BDE
Complementary color
Monochromatic Colors of #236BDE
Black with #236BDE
Text Example
Text Example
White with #236BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236BDE; }
p { color: rgb(35,107,222); }
H1.HeaderClassName
{
color: #236BDE;
}
.AnyTagClassName
{
color: #236BDE;
}
</style>
background-color css
<style>
a { background-color: #236BDE; }
a { background-color: rgb(35,107,222); }
div.DivClassName
{
background-color: #236BDE;
}
.BgClassName
{
background-color: #236BDE;
}
</style>
border-color css
<style>
span { border-color: #236BDE; }
span { border-color: rgb(35,107,222); }
td.TdClassName
{
border-color: #236BDE;
}
.TagClassName
{
border-color: #236BDE;
}
</style>