Shades of Royal Blue #2368E6
Tints of Royal Blue #2368E6
RGB
CMYK
RGB Variations
Color information
#2368E6 (or 0x2368E6) is known color: Royal Blue. HEX triplet: 23, 68 and E6. RGB value is (35,104,230). Sum of RGB (Red+Green+Blue) = 35+104+230=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 230 (90.23% from 255 or 62.33% from 369); Max value from RGB is 230 - color contains mainly: blue. Hex color #2368E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2368E6 is #DC9719. Grayscale: #616161. Windows color (decimal): -14456602 or 15099939. OLE color: 15099939.
HSL color Cylindrical-coordinate representation of color #2368E6: hue angle of 218.77º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2368E6 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 104 | 230 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.10 |
| HSL | 218.77º | 0.8% | 0.52% | - |
| HSV(B) | 218.77º | 0.85% | 0.9% | - |
| XYZ | 19.93 | 15.97 | 76.9 | - |
| YUV | 97.73 | 202.64 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 104 | 230 | 0.85 | 0.55 | 0 | 0.10 | 218.77 | 0.8 | 0.52 |
| Hex | 23 | 68 | E6 | 55 | 37 | 0 | A | DB | 50 | 34 |
| Octal | 43 | 150 | 346 | 125 | 67 | 0 | 12 | 333 | 120 | 64 |
| Binary | 100011 | 1101000 | 11100110 | 1010101 | 110111 | 0 | 1010 | 11011011 | 1010000 | 110100 |
Color Harmonies of #2368E6
Complementary color
Monochromatic Colors of #2368E6
Black with #2368E6
Text Example
Text Example
White with #2368E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2368E6; }
p { color: rgb(35,104,230); }
H1.HeaderClassName
{
color: #2368E6;
}
.AnyTagClassName
{
color: #2368E6;
}
</style>
background-color css
<style>
a { background-color: #2368E6; }
a { background-color: rgb(35,104,230); }
div.DivClassName
{
background-color: #2368E6;
}
.BgClassName
{
background-color: #2368E6;
}
</style>
border-color css
<style>
span { border-color: #2368E6; }
span { border-color: rgb(35,104,230); }
td.TdClassName
{
border-color: #2368E6;
}
.TagClassName
{
border-color: #2368E6;
}
</style>