Shades of Royal Blue #306EF8
Tints of Royal Blue #306EF8
RGB
CMYK
RGB Variations
Color information
#306EF8 (or 0x306EF8) is known color: Royal Blue. HEX triplet: 30, 6E and F8. RGB value is (48,110,248). Sum of RGB (Red+Green+Blue) = 48+110+248=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 248 (97.27% from 255 or 61.08% from 406); Max value from RGB is 248 - color contains mainly: blue. Hex color #306EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306EF8 is #CF9107. Grayscale: #6A6A6A. Windows color (decimal): -13603080 or 16281136. OLE color: 16281136.
HSL color Cylindrical-coordinate representation of color #306EF8: hue angle of 221.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306EF8 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 48 | 110 | 248 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.03 |
| HSL | 221.4º | 0.93% | 0.58% | - |
| HSV(B) | 221.4º | 0.81% | 0.97% | - |
| XYZ | 23.74 | 18.56 | 91.14 | - |
| YUV | 107.19 | 207.46 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 110 | 248 | 0.81 | 0.56 | 0 | 0.03 | 221.4 | 0.93 | 0.58 |
| Hex | 30 | 6E | F8 | 51 | 38 | 0 | 3 | DD | 5D | 3A |
| Octal | 60 | 156 | 370 | 121 | 70 | 0 | 3 | 335 | 135 | 72 |
| Binary | 110000 | 1101110 | 11111000 | 1010001 | 111000 | 0 | 11 | 11011101 | 1011101 | 111010 |
Color Harmonies of #306EF8
Complementary color
Monochromatic Colors of #306EF8
Black with #306EF8
Text Example
Text Example
White with #306EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306EF8; }
p { color: rgb(48,110,248); }
H1.HeaderClassName
{
color: #306EF8;
}
.AnyTagClassName
{
color: #306EF8;
}
</style>
background-color css
<style>
a { background-color: #306EF8; }
a { background-color: rgb(48,110,248); }
div.DivClassName
{
background-color: #306EF8;
}
.BgClassName
{
background-color: #306EF8;
}
</style>
border-color css
<style>
span { border-color: #306EF8; }
span { border-color: rgb(48,110,248); }
td.TdClassName
{
border-color: #306EF8;
}
.TagClassName
{
border-color: #306EF8;
}
</style>