Shades of Royal Blue #236DF1
Tints of Royal Blue #236DF1
RGB
CMYK
RGB Variations
Color information
#236DF1 (or 0x236DF1) is known color: Royal Blue. HEX triplet: 23, 6D and F1. RGB value is (35,109,241). Sum of RGB (Red+Green+Blue) = 35+109+241=385 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.09% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #236DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #236DF1 is #DC920E. Grayscale: #656565. Windows color (decimal): -14455311 or 15822115. OLE color: 15822115.
HSL color Cylindrical-coordinate representation of color #236DF1: hue angle of 218.45º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #236DF1 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 109 | 241 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.05 |
| HSL | 218.45º | 0.88% | 0.54% | - |
| HSV(B) | 218.45º | 0.85% | 0.95% | - |
| XYZ | 22.04 | 17.65 | 85.46 | - |
| YUV | 101.92 | 206.48 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 241 | 0.85 | 0.55 | 0 | 0.05 | 218.45 | 0.88 | 0.54 |
| Hex | 23 | 6D | F1 | 55 | 37 | 0 | 5 | DA | 58 | 36 |
| Octal | 43 | 155 | 361 | 125 | 67 | 0 | 5 | 332 | 130 | 66 |
| Binary | 100011 | 1101101 | 11110001 | 1010101 | 110111 | 0 | 101 | 11011010 | 1011000 | 110110 |
Color Harmonies of #236DF1
Complementary color
Monochromatic Colors of #236DF1
Black with #236DF1
Text Example
Text Example
White with #236DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236DF1; }
p { color: rgb(35,109,241); }
H1.HeaderClassName
{
color: #236DF1;
}
.AnyTagClassName
{
color: #236DF1;
}
</style>
background-color css
<style>
a { background-color: #236DF1; }
a { background-color: rgb(35,109,241); }
div.DivClassName
{
background-color: #236DF1;
}
.BgClassName
{
background-color: #236DF1;
}
</style>
border-color css
<style>
span { border-color: #236DF1; }
span { border-color: rgb(35,109,241); }
td.TdClassName
{
border-color: #236DF1;
}
.TagClassName
{
border-color: #236DF1;
}
</style>