Shades of Royal Blue #2353FA
Tints of Royal Blue #2353FA
RGB
CMYK
RGB Variations
Color information
#2353FA (or 0x2353FA) is known color: Royal Blue. HEX triplet: 23, 53 and FA. RGB value is (35,83,250). Sum of RGB (Red+Green+Blue) = 35+83+250=368 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.51% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #2353FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2353FA is #DCAC05. Grayscale: #565656. Windows color (decimal): -14461958 or 16405283. OLE color: 16405283.
HSL color Cylindrical-coordinate representation of color #2353FA: hue angle of 226.6º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2353FA is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 83 | 250 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.02 |
| HSL | 226.6º | 0.96% | 0.56% | - |
| HSV(B) | 226.6º | 0.86% | 0.98% | - |
| XYZ | 21.04 | 13.45 | 91.93 | - |
| YUV | 87.69 | 219.6 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 250 | 0.86 | 0.67 | 0 | 0.02 | 226.6 | 0.96 | 0.56 |
| Hex | 23 | 53 | FA | 56 | 43 | 0 | 2 | E3 | 60 | 38 |
| Octal | 43 | 123 | 372 | 126 | 103 | 0 | 2 | 343 | 140 | 70 |
| Binary | 100011 | 1010011 | 11111010 | 1010110 | 1000011 | 0 | 10 | 11100011 | 1100000 | 111000 |
Color Harmonies of #2353FA
Complementary color
Monochromatic Colors of #2353FA
Black with #2353FA
Text Example
Text Example
White with #2353FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2353FA; }
p { color: rgb(35,83,250); }
H1.HeaderClassName
{
color: #2353FA;
}
.AnyTagClassName
{
color: #2353FA;
}
</style>
background-color css
<style>
a { background-color: #2353FA; }
a { background-color: rgb(35,83,250); }
div.DivClassName
{
background-color: #2353FA;
}
.BgClassName
{
background-color: #2353FA;
}
</style>
border-color css
<style>
span { border-color: #2353FA; }
span { border-color: rgb(35,83,250); }
td.TdClassName
{
border-color: #2353FA;
}
.TagClassName
{
border-color: #2353FA;
}
</style>