Shades of Royal Blue #236FDA
Tints of Royal Blue #236FDA
RGB
CMYK
RGB Variations
Color information
#236FDA (or 0x236FDA) is known color: Royal Blue. HEX triplet: 23, 6F and DA. RGB value is (35,111,218). Sum of RGB (Red+Green+Blue) = 35+111+218=364 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.62% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #236FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #236FDA is #DC9025. Grayscale: #636363. Windows color (decimal): -14454822 or 14315299. OLE color: 14315299.
HSL color Cylindrical-coordinate representation of color #236FDA: hue angle of 215.08º 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 #236FDA is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 111 | 218 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.15 |
| HSL | 215.08º | 0.72% | 0.5% | - |
| HSV(B) | 215.08º | 0.84% | 0.85% | - |
| XYZ | 19.03 | 16.79 | 68.57 | - |
| YUV | 100.47 | 194.32 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 218 | 0.84 | 0.49 | 0 | 0.15 | 215.08 | 0.72 | 0.5 |
| Hex | 23 | 6F | DA | 54 | 31 | 0 | F | D7 | 48 | 32 |
| Octal | 43 | 157 | 332 | 124 | 61 | 0 | 17 | 327 | 110 | 62 |
| Binary | 100011 | 1101111 | 11011010 | 1010100 | 110001 | 0 | 1111 | 11010111 | 1001000 | 110010 |
Color Harmonies of #236FDA
Complementary color
Monochromatic Colors of #236FDA
Black with #236FDA
Text Example
Text Example
White with #236FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236FDA; }
p { color: rgb(35,111,218); }
H1.HeaderClassName
{
color: #236FDA;
}
.AnyTagClassName
{
color: #236FDA;
}
</style>
background-color css
<style>
a { background-color: #236FDA; }
a { background-color: rgb(35,111,218); }
div.DivClassName
{
background-color: #236FDA;
}
.BgClassName
{
background-color: #236FDA;
}
</style>
border-color css
<style>
span { border-color: #236FDA; }
span { border-color: rgb(35,111,218); }
td.TdClassName
{
border-color: #236FDA;
}
.TagClassName
{
border-color: #236FDA;
}
</style>