Shades of Royal Blue #306FFC
Tints of Royal Blue #306FFC
RGB
CMYK
RGB Variations
Color information
#306FFC (or 0x306FFC) is known color: Royal Blue. HEX triplet: 30, 6F and FC. RGB value is (48,111,252). Sum of RGB (Red+Green+Blue) = 48+111+252=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #306FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306FFC is #CF9003. Grayscale: #6B6B6B. Windows color (decimal): -13602820 or 16543536. OLE color: 16543536.
HSL color Cylindrical-coordinate representation of color #306FFC: hue angle of 221.47º degrees, saturation: 0.97, 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 #306FFC is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 111 | 252 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.01 |
| HSL | 221.47º | 0.97% | 0.59% | - |
| HSV(B) | 221.47º | 0.81% | 0.99% | - |
| XYZ | 24.47 | 19.03 | 94.48 | - |
| YUV | 108.24 | 209.13 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 252 | 0.81 | 0.56 | 0 | 0.01 | 221.47 | 0.97 | 0.59 |
| Hex | 30 | 6F | FC | 51 | 38 | 0 | 1 | DD | 61 | 3B |
| Octal | 60 | 157 | 374 | 121 | 70 | 0 | 1 | 335 | 141 | 73 |
| Binary | 110000 | 1101111 | 11111100 | 1010001 | 111000 | 0 | 1 | 11011101 | 1100001 | 111011 |
Color Harmonies of #306FFC
Complementary color
Monochromatic Colors of #306FFC
Black with #306FFC
Text Example
Text Example
White with #306FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FFC; }
p { color: rgb(48,111,252); }
H1.HeaderClassName
{
color: #306FFC;
}
.AnyTagClassName
{
color: #306FFC;
}
</style>
background-color css
<style>
a { background-color: #306FFC; }
a { background-color: rgb(48,111,252); }
div.DivClassName
{
background-color: #306FFC;
}
.BgClassName
{
background-color: #306FFC;
}
</style>
border-color css
<style>
span { border-color: #306FFC; }
span { border-color: rgb(48,111,252); }
td.TdClassName
{
border-color: #306FFC;
}
.TagClassName
{
border-color: #306FFC;
}
</style>