Shades of Royal Blue #2353EF
Tints of Royal Blue #2353EF
RGB
CMYK
RGB Variations
Color information
#2353EF (or 0x2353EF) is known color: Royal Blue. HEX triplet: 23, 53 and EF. RGB value is (35,83,239). Sum of RGB (Red+Green+Blue) = 35+83+239=357 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.80% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #2353EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2353EF is #DCAC10. Grayscale: #555555. Windows color (decimal): -14461969 or 15684387. OLE color: 15684387.
HSL color Cylindrical-coordinate representation of color #2353EF: hue angle of 225.88º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2353EF is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 83 | 239 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.06 |
| HSL | 225.88º | 0.86% | 0.54% | - |
| HSV(B) | 225.88º | 0.85% | 0.94% | - |
| XYZ | 19.37 | 12.78 | 83.11 | - |
| YUV | 86.43 | 214.1 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 239 | 0.85 | 0.65 | 0 | 0.06 | 225.88 | 0.86 | 0.54 |
| Hex | 23 | 53 | EF | 55 | 41 | 0 | 6 | E2 | 56 | 36 |
| Octal | 43 | 123 | 357 | 125 | 101 | 0 | 6 | 342 | 126 | 66 |
| Binary | 100011 | 1010011 | 11101111 | 1010101 | 1000001 | 0 | 110 | 11100010 | 1010110 | 110110 |
Color Harmonies of #2353EF
Complementary color
Monochromatic Colors of #2353EF
Black with #2353EF
Text Example
Text Example
White with #2353EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2353EF; }
p { color: rgb(35,83,239); }
H1.HeaderClassName
{
color: #2353EF;
}
.AnyTagClassName
{
color: #2353EF;
}
</style>
background-color css
<style>
a { background-color: #2353EF; }
a { background-color: rgb(35,83,239); }
div.DivClassName
{
background-color: #2353EF;
}
.BgClassName
{
background-color: #2353EF;
}
</style>
border-color css
<style>
span { border-color: #2353EF; }
span { border-color: rgb(35,83,239); }
td.TdClassName
{
border-color: #2353EF;
}
.TagClassName
{
border-color: #2353EF;
}
</style>