Shades of Royal Blue #236FDE
Tints of Royal Blue #236FDE
RGB
CMYK
RGB Variations
Color information
#236FDE (or 0x236FDE) is known color: Royal Blue. HEX triplet: 23, 6F and DE. RGB value is (35,111,222). Sum of RGB (Red+Green+Blue) = 35+111+222=368 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.51% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #236FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236FDE is #DC9021. Grayscale: #646464. Windows color (decimal): -14454818 or 14577443. OLE color: 14577443.
HSL color Cylindrical-coordinate representation of color #236FDE: hue angle of 215.61º 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 #236FDE is Cyan = 0.84, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 111 | 222 | - |
| CMYK | 0.84 | 0.5 | 0 | 0.13 |
| HSL | 215.62º | 0.74% | 0.5% | - |
| HSV(B) | 215.62º | 0.84% | 0.87% | - |
| XYZ | 19.56 | 17 | 71.36 | - |
| YUV | 100.93 | 196.32 | 80.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 222 | 0.84 | 0.5 | 0 | 0.13 | 215.62 | 0.74 | 0.5 |
| Hex | 23 | 6F | DE | 54 | 32 | 0 | D | D8 | 4A | 32 |
| Octal | 43 | 157 | 336 | 124 | 62 | 0 | 15 | 330 | 112 | 62 |
| Binary | 100011 | 1101111 | 11011110 | 1010100 | 110010 | 0 | 1101 | 11011000 | 1001010 | 110010 |
Color Harmonies of #236FDE
Complementary color
Monochromatic Colors of #236FDE
Black with #236FDE
Text Example
Text Example
White with #236FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236FDE; }
p { color: rgb(35,111,222); }
H1.HeaderClassName
{
color: #236FDE;
}
.AnyTagClassName
{
color: #236FDE;
}
</style>
background-color css
<style>
a { background-color: #236FDE; }
a { background-color: rgb(35,111,222); }
div.DivClassName
{
background-color: #236FDE;
}
.BgClassName
{
background-color: #236FDE;
}
</style>
border-color css
<style>
span { border-color: #236FDE; }
span { border-color: rgb(35,111,222); }
td.TdClassName
{
border-color: #236FDE;
}
.TagClassName
{
border-color: #236FDE;
}
</style>