Shades of Royal Blue #306BFC
Tints of Royal Blue #306BFC
RGB
CMYK
RGB Variations
Color information
#306BFC (or 0x306BFC) is known color: Royal Blue. HEX triplet: 30, 6B and FC. RGB value is (48,107,252). Sum of RGB (Red+Green+Blue) = 48+107+252=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #306BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306BFC is #CF9403. Grayscale: #696969. Windows color (decimal): -13603844 or 16542512. OLE color: 16542512.
HSL color Cylindrical-coordinate representation of color #306BFC: hue angle of 222.65º 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 #306BFC is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 107 | 252 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.01 |
| HSL | 222.65º | 0.97% | 0.59% | - |
| HSV(B) | 222.65º | 0.81% | 0.99% | - |
| XYZ | 24.05 | 18.17 | 94.34 | - |
| YUV | 105.89 | 210.45 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 107 | 252 | 0.81 | 0.58 | 0 | 0.01 | 222.65 | 0.97 | 0.59 |
| Hex | 30 | 6B | FC | 51 | 3A | 0 | 1 | DF | 61 | 3B |
| Octal | 60 | 153 | 374 | 121 | 72 | 0 | 1 | 337 | 141 | 73 |
| Binary | 110000 | 1101011 | 11111100 | 1010001 | 111010 | 0 | 1 | 11011111 | 1100001 | 111011 |
Color Harmonies of #306BFC
Complementary color
Monochromatic Colors of #306BFC
Black with #306BFC
Text Example
Text Example
White with #306BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306BFC; }
p { color: rgb(48,107,252); }
H1.HeaderClassName
{
color: #306BFC;
}
.AnyTagClassName
{
color: #306BFC;
}
</style>
background-color css
<style>
a { background-color: #306BFC; }
a { background-color: rgb(48,107,252); }
div.DivClassName
{
background-color: #306BFC;
}
.BgClassName
{
background-color: #306BFC;
}
</style>
border-color css
<style>
span { border-color: #306BFC; }
span { border-color: rgb(48,107,252); }
td.TdClassName
{
border-color: #306BFC;
}
.TagClassName
{
border-color: #306BFC;
}
</style>