Shades of Royal Blue #306FFD
Tints of Royal Blue #306FFD
RGB
CMYK
RGB Variations
Color information
#306FFD (or 0x306FFD) is known color: Royal Blue. HEX triplet: 30, 6F and FD. RGB value is (48,111,253). Sum of RGB (Red+Green+Blue) = 48+111+253=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #306FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306FFD is #CF9002. Grayscale: #6B6B6B. Windows color (decimal): -13602819 or 16609072. OLE color: 16609072.
HSL color Cylindrical-coordinate representation of color #306FFD: hue angle of 221.56º 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 #306FFD is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 111 | 253 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.01 |
| HSL | 221.56º | 0.98% | 0.59% | - |
| HSV(B) | 221.56º | 0.81% | 0.99% | - |
| XYZ | 24.63 | 19.09 | 95.31 | - |
| YUV | 108.35 | 209.63 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 253 | 0.81 | 0.56 | 0 | 0.01 | 221.56 | 0.98 | 0.59 |
| Hex | 30 | 6F | FD | 51 | 38 | 0 | 1 | DE | 62 | 3B |
| Octal | 60 | 157 | 375 | 121 | 70 | 0 | 1 | 336 | 142 | 73 |
| Binary | 110000 | 1101111 | 11111101 | 1010001 | 111000 | 0 | 1 | 11011110 | 1100010 | 111011 |
Color Harmonies of #306FFD
Complementary color
Monochromatic Colors of #306FFD
Black with #306FFD
Text Example
Text Example
White with #306FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FFD; }
p { color: rgb(48,111,253); }
H1.HeaderClassName
{
color: #306FFD;
}
.AnyTagClassName
{
color: #306FFD;
}
</style>
background-color css
<style>
a { background-color: #306FFD; }
a { background-color: rgb(48,111,253); }
div.DivClassName
{
background-color: #306FFD;
}
.BgClassName
{
background-color: #306FFD;
}
</style>
border-color css
<style>
span { border-color: #306FFD; }
span { border-color: rgb(48,111,253); }
td.TdClassName
{
border-color: #306FFD;
}
.TagClassName
{
border-color: #306FFD;
}
</style>