Shades of Royal Blue #305FFD
Tints of Royal Blue #305FFD
RGB
CMYK
RGB Variations
Color information
#305FFD (or 0x305FFD) is known color: Royal Blue. HEX triplet: 30, 5F and FD. RGB value is (48,95,253). Sum of RGB (Red+Green+Blue) = 48+95+253=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #305FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305FFD is #CFA002. Grayscale: #626262. Windows color (decimal): -13606915 or 16604976. OLE color: 16604976.
HSL color Cylindrical-coordinate representation of color #305FFD: hue angle of 226.24º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #305FFD is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 95 | 253 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.01 |
| HSL | 226.24º | 0.98% | 0.59% | - |
| HSV(B) | 226.24º | 0.81% | 0.99% | - |
| XYZ | 23.04 | 15.9 | 94.78 | - |
| YUV | 98.96 | 214.93 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 95 | 253 | 0.81 | 0.62 | 0 | 0.01 | 226.24 | 0.98 | 0.59 |
| Hex | 30 | 5F | FD | 51 | 3E | 0 | 1 | E2 | 62 | 3B |
| Octal | 60 | 137 | 375 | 121 | 76 | 0 | 1 | 342 | 142 | 73 |
| Binary | 110000 | 1011111 | 11111101 | 1010001 | 111110 | 0 | 1 | 11100010 | 1100010 | 111011 |
Color Harmonies of #305FFD
Complementary color
Monochromatic Colors of #305FFD
Black with #305FFD
Text Example
Text Example
White with #305FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305FFD; }
p { color: rgb(48,95,253); }
H1.HeaderClassName
{
color: #305FFD;
}
.AnyTagClassName
{
color: #305FFD;
}
</style>
background-color css
<style>
a { background-color: #305FFD; }
a { background-color: rgb(48,95,253); }
div.DivClassName
{
background-color: #305FFD;
}
.BgClassName
{
background-color: #305FFD;
}
</style>
border-color css
<style>
span { border-color: #305FFD; }
span { border-color: rgb(48,95,253); }
td.TdClassName
{
border-color: #305FFD;
}
.TagClassName
{
border-color: #305FFD;
}
</style>