Shades of Royal Blue #2352EE
Tints of Royal Blue #2352EE
RGB
CMYK
RGB Variations
Color information
#2352EE (or 0x2352EE) is known color: Royal Blue. HEX triplet: 23, 52 and EE. RGB value is (35,82,238). Sum of RGB (Red+Green+Blue) = 35+82+238=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #2352EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2352EE is #DCAD11. Grayscale: #555555. Windows color (decimal): -14462226 or 15618595. OLE color: 15618595.
HSL color Cylindrical-coordinate representation of color #2352EE: hue angle of 226.11º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2352EE is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 82 | 238 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.07 |
| HSL | 226.11º | 0.86% | 0.54% | - |
| HSV(B) | 226.11º | 0.85% | 0.93% | - |
| XYZ | 19.14 | 12.56 | 82.31 | - |
| YUV | 85.73 | 213.93 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 238 | 0.85 | 0.66 | 0 | 0.07 | 226.11 | 0.86 | 0.54 |
| Hex | 23 | 52 | EE | 55 | 42 | 0 | 7 | E2 | 56 | 36 |
| Octal | 43 | 122 | 356 | 125 | 102 | 0 | 7 | 342 | 126 | 66 |
| Binary | 100011 | 1010010 | 11101110 | 1010101 | 1000010 | 0 | 111 | 11100010 | 1010110 | 110110 |
Color Harmonies of #2352EE
Complementary color
Monochromatic Colors of #2352EE
Black with #2352EE
Text Example
Text Example
White with #2352EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2352EE; }
p { color: rgb(35,82,238); }
H1.HeaderClassName
{
color: #2352EE;
}
.AnyTagClassName
{
color: #2352EE;
}
</style>
background-color css
<style>
a { background-color: #2352EE; }
a { background-color: rgb(35,82,238); }
div.DivClassName
{
background-color: #2352EE;
}
.BgClassName
{
background-color: #2352EE;
}
</style>
border-color css
<style>
span { border-color: #2352EE; }
span { border-color: rgb(35,82,238); }
td.TdClassName
{
border-color: #2352EE;
}
.TagClassName
{
border-color: #2352EE;
}
</style>