Shades of Royal Blue #236BDA
Tints of Royal Blue #236BDA
RGB
CMYK
RGB Variations
Color information
#236BDA (or 0x236BDA) is known color: Royal Blue. HEX triplet: 23, 6B and DA. RGB value is (35,107,218). Sum of RGB (Red+Green+Blue) = 35+107+218=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #236BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236BDA is #DC9425. Grayscale: #616161. Windows color (decimal): -14455846 or 14314275. OLE color: 14314275.
HSL color Cylindrical-coordinate representation of color #236BDA: hue angle of 216.39º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #236BDA is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 107 | 218 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.15 |
| HSL | 216.39º | 0.72% | 0.5% | - |
| HSV(B) | 216.39º | 0.84% | 0.85% | - |
| XYZ | 18.61 | 15.93 | 68.42 | - |
| YUV | 98.13 | 195.65 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 107 | 218 | 0.84 | 0.51 | 0 | 0.15 | 216.39 | 0.72 | 0.5 |
| Hex | 23 | 6B | DA | 54 | 33 | 0 | F | D8 | 48 | 32 |
| Octal | 43 | 153 | 332 | 124 | 63 | 0 | 17 | 330 | 110 | 62 |
| Binary | 100011 | 1101011 | 11011010 | 1010100 | 110011 | 0 | 1111 | 11011000 | 1001000 | 110010 |
Color Harmonies of #236BDA
Complementary color
Monochromatic Colors of #236BDA
Black with #236BDA
Text Example
Text Example
White with #236BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236BDA; }
p { color: rgb(35,107,218); }
H1.HeaderClassName
{
color: #236BDA;
}
.AnyTagClassName
{
color: #236BDA;
}
</style>
background-color css
<style>
a { background-color: #236BDA; }
a { background-color: rgb(35,107,218); }
div.DivClassName
{
background-color: #236BDA;
}
.BgClassName
{
background-color: #236BDA;
}
</style>
border-color css
<style>
span { border-color: #236BDA; }
span { border-color: rgb(35,107,218); }
td.TdClassName
{
border-color: #236BDA;
}
.TagClassName
{
border-color: #236BDA;
}
</style>