Shades of Royal Blue #306FFF
Tints of Royal Blue #306FFF
RGB
CMYK
RGB Variations
Color information
#306FFF (or 0x306FFF) is known color: Royal Blue. HEX triplet: 30, 6F and FF. RGB value is (48,111,255). Sum of RGB (Red+Green+Blue) = 48+111+255=414 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.59% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #306FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306FFF is #CF9000. Grayscale: #6B6B6B. Windows color (decimal): -13602817 or 16740144. OLE color: 16740144.
HSL color Cylindrical-coordinate representation of color #306FFF: hue angle of 221.74º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306FFF is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 111 | 255 | - |
| CMYK | 0.81 | 0.56 | 0 | 0 |
| HSL | 221.74º | 1% | 0.59% | - |
| HSV(B) | 221.74º | 0.81% | 1% | - |
| XYZ | 24.95 | 19.22 | 97 | - |
| YUV | 108.58 | 210.63 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 255 | 0.81 | 0.56 | 0 | 0 | 221.74 | 1 | 0.59 |
| Hex | 30 | 6F | FF | 51 | 38 | 0 | 0 | DE | 64 | 3B |
| Octal | 60 | 157 | 377 | 121 | 70 | 0 | 0 | 336 | 144 | 73 |
| Binary | 110000 | 1101111 | 11111111 | 1010001 | 111000 | 0 | 0 | 11011110 | 1100100 | 111011 |
Color Harmonies of #306FFF
Complementary color
Monochromatic Colors of #306FFF
Black with #306FFF
Text Example
Text Example
White with #306FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FFF; }
p { color: rgb(48,111,255); }
H1.HeaderClassName
{
color: #306FFF;
}
.AnyTagClassName
{
color: #306FFF;
}
</style>
background-color css
<style>
a { background-color: #306FFF; }
a { background-color: rgb(48,111,255); }
div.DivClassName
{
background-color: #306FFF;
}
.BgClassName
{
background-color: #306FFF;
}
</style>
border-color css
<style>
span { border-color: #306FFF; }
span { border-color: rgb(48,111,255); }
td.TdClassName
{
border-color: #306FFF;
}
.TagClassName
{
border-color: #306FFF;
}
</style>