Shades of Royal Blue #2358FA
Tints of Royal Blue #2358FA
RGB
CMYK
RGB Variations
Color information
#2358FA (or 0x2358FA) is known color: Royal Blue. HEX triplet: 23, 58 and FA. RGB value is (35,88,250). Sum of RGB (Red+Green+Blue) = 35+88+250=373 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.38% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #2358FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2358FA is #DCA705. Grayscale: #595959. Windows color (decimal): -14460678 or 16406563. OLE color: 16406563.
HSL color Cylindrical-coordinate representation of color #2358FA: hue angle of 225.21º 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 #2358FA is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 88 | 250 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.02 |
| HSL | 225.21º | 0.96% | 0.56% | - |
| HSV(B) | 225.21º | 0.86% | 0.98% | - |
| XYZ | 21.44 | 14.24 | 92.06 | - |
| YUV | 90.62 | 217.94 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 88 | 250 | 0.86 | 0.65 | 0 | 0.02 | 225.21 | 0.96 | 0.56 |
| Hex | 23 | 58 | FA | 56 | 41 | 0 | 2 | E1 | 60 | 38 |
| Octal | 43 | 130 | 372 | 126 | 101 | 0 | 2 | 341 | 140 | 70 |
| Binary | 100011 | 1011000 | 11111010 | 1010110 | 1000001 | 0 | 10 | 11100001 | 1100000 | 111000 |
Color Harmonies of #2358FA
Complementary color
Monochromatic Colors of #2358FA
Black with #2358FA
Text Example
Text Example
White with #2358FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2358FA; }
p { color: rgb(35,88,250); }
H1.HeaderClassName
{
color: #2358FA;
}
.AnyTagClassName
{
color: #2358FA;
}
</style>
background-color css
<style>
a { background-color: #2358FA; }
a { background-color: rgb(35,88,250); }
div.DivClassName
{
background-color: #2358FA;
}
.BgClassName
{
background-color: #2358FA;
}
</style>
border-color css
<style>
span { border-color: #2358FA; }
span { border-color: rgb(35,88,250); }
td.TdClassName
{
border-color: #2358FA;
}
.TagClassName
{
border-color: #2358FA;
}
</style>