Shades of Royal Blue #236CF2
Tints of Royal Blue #236CF2
RGB
CMYK
RGB Variations
Color information
#236CF2 (or 0x236CF2) is known color: Royal Blue. HEX triplet: 23, 6C and F2. RGB value is (35,108,242). Sum of RGB (Red+Green+Blue) = 35+108+242=385 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.09% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 242 (94.92% from 255 or 62.86% from 385); Max value from RGB is 242 - color contains mainly: blue. Hex color #236CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #236CF2 is #DC930D. Grayscale: #646464. Windows color (decimal): -14455566 or 15887395. OLE color: 15887395.
HSL color Cylindrical-coordinate representation of color #236CF2: hue angle of 218.84º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #236CF2 is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 108 | 242 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.05 |
| HSL | 218.84º | 0.89% | 0.54% | - |
| HSV(B) | 218.84º | 0.86% | 0.95% | - |
| XYZ | 22.08 | 17.49 | 86.22 | - |
| YUV | 101.45 | 207.32 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 242 | 0.86 | 0.55 | 0 | 0.05 | 218.84 | 0.89 | 0.54 |
| Hex | 23 | 6C | F2 | 56 | 37 | 0 | 5 | DB | 59 | 36 |
| Octal | 43 | 154 | 362 | 126 | 67 | 0 | 5 | 333 | 131 | 66 |
| Binary | 100011 | 1101100 | 11110010 | 1010110 | 110111 | 0 | 101 | 11011011 | 1011001 | 110110 |
Color Harmonies of #236CF2
Complementary color
Monochromatic Colors of #236CF2
Black with #236CF2
Text Example
Text Example
White with #236CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236CF2; }
p { color: rgb(35,108,242); }
H1.HeaderClassName
{
color: #236CF2;
}
.AnyTagClassName
{
color: #236CF2;
}
</style>
background-color css
<style>
a { background-color: #236CF2; }
a { background-color: rgb(35,108,242); }
div.DivClassName
{
background-color: #236CF2;
}
.BgClassName
{
background-color: #236CF2;
}
</style>
border-color css
<style>
span { border-color: #236CF2; }
span { border-color: rgb(35,108,242); }
td.TdClassName
{
border-color: #236CF2;
}
.TagClassName
{
border-color: #236CF2;
}
</style>