Shades of Royal Blue #2353FB
Tints of Royal Blue #2353FB
RGB
CMYK
RGB Variations
Color information
#2353FB (or 0x2353FB) is known color: Royal Blue. HEX triplet: 23, 53 and FB. RGB value is (35,83,251). Sum of RGB (Red+Green+Blue) = 35+83+251=369 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.49% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #2353FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2353FB is #DCAC04. Grayscale: #575757. Windows color (decimal): -14461957 or 16470819. OLE color: 16470819.
HSL color Cylindrical-coordinate representation of color #2353FB: hue angle of 226.67º 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 #2353FB is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 83 | 251 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.02 |
| HSL | 226.67º | 0.96% | 0.56% | - |
| HSV(B) | 226.67º | 0.86% | 0.98% | - |
| XYZ | 21.2 | 13.51 | 92.76 | - |
| YUV | 87.8 | 220.1 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 83 | 251 | 0.86 | 0.67 | 0 | 0.02 | 226.67 | 0.96 | 0.56 |
| Hex | 23 | 53 | FB | 56 | 43 | 0 | 2 | E3 | 60 | 38 |
| Octal | 43 | 123 | 373 | 126 | 103 | 0 | 2 | 343 | 140 | 70 |
| Binary | 100011 | 1010011 | 11111011 | 1010110 | 1000011 | 0 | 10 | 11100011 | 1100000 | 111000 |
Color Harmonies of #2353FB
Complementary color
Monochromatic Colors of #2353FB
Black with #2353FB
Text Example
Text Example
White with #2353FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2353FB; }
p { color: rgb(35,83,251); }
H1.HeaderClassName
{
color: #2353FB;
}
.AnyTagClassName
{
color: #2353FB;
}
</style>
background-color css
<style>
a { background-color: #2353FB; }
a { background-color: rgb(35,83,251); }
div.DivClassName
{
background-color: #2353FB;
}
.BgClassName
{
background-color: #2353FB;
}
</style>
border-color css
<style>
span { border-color: #2353FB; }
span { border-color: rgb(35,83,251); }
td.TdClassName
{
border-color: #2353FB;
}
.TagClassName
{
border-color: #2353FB;
}
</style>