Shades of Royal Blue #2353FC
Tints of Royal Blue #2353FC
RGB
CMYK
RGB Variations
Color information
#2353FC (or 0x2353FC) is known color: Royal Blue. HEX triplet: 23, 53 and FC. RGB value is (35,83,252). Sum of RGB (Red+Green+Blue) = 35+83+252=370 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.46% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #2353FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2353FC is #DCAC03. Grayscale: #575757. Windows color (decimal): -14461956 or 16536355. OLE color: 16536355.
HSL color Cylindrical-coordinate representation of color #2353FC: hue angle of 226.73º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2353FC is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 83 | 252 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.01 |
| HSL | 226.73º | 0.97% | 0.56% | - |
| HSV(B) | 226.73º | 0.86% | 0.99% | - |
| XYZ | 21.36 | 13.57 | 93.59 | - |
| YUV | 87.91 | 220.6 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 252 | 0.86 | 0.67 | 0 | 0.01 | 226.73 | 0.97 | 0.56 |
| Hex | 23 | 53 | FC | 56 | 43 | 0 | 1 | E3 | 61 | 38 |
| Octal | 43 | 123 | 374 | 126 | 103 | 0 | 1 | 343 | 141 | 70 |
| Binary | 100011 | 1010011 | 11111100 | 1010110 | 1000011 | 0 | 1 | 11100011 | 1100001 | 111000 |
Color Harmonies of #2353FC
Complementary color
Monochromatic Colors of #2353FC
Black with #2353FC
Text Example
Text Example
White with #2353FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2353FC; }
p { color: rgb(35,83,252); }
H1.HeaderClassName
{
color: #2353FC;
}
.AnyTagClassName
{
color: #2353FC;
}
</style>
background-color css
<style>
a { background-color: #2353FC; }
a { background-color: rgb(35,83,252); }
div.DivClassName
{
background-color: #2353FC;
}
.BgClassName
{
background-color: #2353FC;
}
</style>
border-color css
<style>
span { border-color: #2353FC; }
span { border-color: rgb(35,83,252); }
td.TdClassName
{
border-color: #2353FC;
}
.TagClassName
{
border-color: #2353FC;
}
</style>