Shades of Royal Blue #306CF1
Tints of Royal Blue #306CF1
RGB
CMYK
RGB Variations
Color information
#306CF1 (or 0x306CF1) is known color: Royal Blue. HEX triplet: 30, 6C and F1. RGB value is (48,108,241). Sum of RGB (Red+Green+Blue) = 48+108+241=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #306CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306CF1 is #CF930E. Grayscale: #686868. Windows color (decimal): -13603599 or 15821872. OLE color: 15821872.
HSL color Cylindrical-coordinate representation of color #306CF1: hue angle of 221.35º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #306CF1 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 108 | 241 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.05 |
| HSL | 221.35º | 0.87% | 0.57% | - |
| HSV(B) | 221.35º | 0.8% | 0.95% | - |
| XYZ | 22.46 | 17.7 | 85.45 | - |
| YUV | 105.22 | 204.62 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 241 | 0.80 | 0.55 | 0 | 0.05 | 221.35 | 0.87 | 0.57 |
| Hex | 30 | 6C | F1 | 50 | 37 | 0 | 5 | DD | 57 | 39 |
| Octal | 60 | 154 | 361 | 120 | 67 | 0 | 5 | 335 | 127 | 71 |
| Binary | 110000 | 1101100 | 11110001 | 1010000 | 110111 | 0 | 101 | 11011101 | 1010111 | 111001 |
Color Harmonies of #306CF1
Complementary color
Monochromatic Colors of #306CF1
Black with #306CF1
Text Example
Text Example
White with #306CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306CF1; }
p { color: rgb(48,108,241); }
H1.HeaderClassName
{
color: #306CF1;
}
.AnyTagClassName
{
color: #306CF1;
}
</style>
background-color css
<style>
a { background-color: #306CF1; }
a { background-color: rgb(48,108,241); }
div.DivClassName
{
background-color: #306CF1;
}
.BgClassName
{
background-color: #306CF1;
}
</style>
border-color css
<style>
span { border-color: #306CF1; }
span { border-color: rgb(48,108,241); }
td.TdClassName
{
border-color: #306CF1;
}
.TagClassName
{
border-color: #306CF1;
}
</style>