Shades of Royal Blue #2353F3
Tints of Royal Blue #2353F3
RGB
CMYK
RGB Variations
Color information
#2353F3 (or 0x2353F3) is known color: Royal Blue. HEX triplet: 23, 53 and F3. RGB value is (35,83,243). Sum of RGB (Red+Green+Blue) = 35+83+243=361 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.70% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 243 (95.31% from 255 or 67.31% from 361); Max value from RGB is 243 - color contains mainly: blue. Hex color #2353F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2353F3 is #DCAC0C. Grayscale: #565656. Windows color (decimal): -14461965 or 15946531. OLE color: 15946531.
HSL color Cylindrical-coordinate representation of color #2353F3: hue angle of 226.15º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2353F3 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 83 | 243 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.05 |
| HSL | 226.15º | 0.9% | 0.55% | - |
| HSV(B) | 226.15º | 0.86% | 0.95% | - |
| XYZ | 19.96 | 13.01 | 86.25 | - |
| YUV | 86.89 | 216.1 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 243 | 0.86 | 0.66 | 0 | 0.05 | 226.15 | 0.9 | 0.55 |
| Hex | 23 | 53 | F3 | 56 | 42 | 0 | 5 | E2 | 5A | 37 |
| Octal | 43 | 123 | 363 | 126 | 102 | 0 | 5 | 342 | 132 | 67 |
| Binary | 100011 | 1010011 | 11110011 | 1010110 | 1000010 | 0 | 101 | 11100010 | 1011010 | 110111 |
Color Harmonies of #2353F3
Complementary color
Monochromatic Colors of #2353F3
Black with #2353F3
Text Example
Text Example
White with #2353F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2353F3; }
p { color: rgb(35,83,243); }
H1.HeaderClassName
{
color: #2353F3;
}
.AnyTagClassName
{
color: #2353F3;
}
</style>
background-color css
<style>
a { background-color: #2353F3; }
a { background-color: rgb(35,83,243); }
div.DivClassName
{
background-color: #2353F3;
}
.BgClassName
{
background-color: #2353F3;
}
</style>
border-color css
<style>
span { border-color: #2353F3; }
span { border-color: rgb(35,83,243); }
td.TdClassName
{
border-color: #2353F3;
}
.TagClassName
{
border-color: #2353F3;
}
</style>