Shades of Royal Blue #306FF1
Tints of Royal Blue #306FF1
RGB
CMYK
RGB Variations
Color information
#306FF1 (or 0x306FF1) is known color: Royal Blue. HEX triplet: 30, 6F and F1. RGB value is (48,111,241). Sum of RGB (Red+Green+Blue) = 48+111+241=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #306FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306FF1 is #CF900E. Grayscale: #6A6A6A. Windows color (decimal): -13602831 or 15822640. OLE color: 15822640.
HSL color Cylindrical-coordinate representation of color #306FF1: hue angle of 220.41º 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 #306FF1 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 111 | 241 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.05 |
| HSL | 220.41º | 0.87% | 0.57% | - |
| HSV(B) | 220.41º | 0.8% | 0.95% | - |
| XYZ | 22.78 | 18.35 | 85.56 | - |
| YUV | 106.98 | 203.63 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 241 | 0.80 | 0.54 | 0 | 0.05 | 220.41 | 0.87 | 0.57 |
| Hex | 30 | 6F | F1 | 50 | 36 | 0 | 5 | DC | 57 | 39 |
| Octal | 60 | 157 | 361 | 120 | 66 | 0 | 5 | 334 | 127 | 71 |
| Binary | 110000 | 1101111 | 11110001 | 1010000 | 110110 | 0 | 101 | 11011100 | 1010111 | 111001 |
Color Harmonies of #306FF1
Complementary color
Monochromatic Colors of #306FF1
Black with #306FF1
Text Example
Text Example
White with #306FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FF1; }
p { color: rgb(48,111,241); }
H1.HeaderClassName
{
color: #306FF1;
}
.AnyTagClassName
{
color: #306FF1;
}
</style>
background-color css
<style>
a { background-color: #306FF1; }
a { background-color: rgb(48,111,241); }
div.DivClassName
{
background-color: #306FF1;
}
.BgClassName
{
background-color: #306FF1;
}
</style>
border-color css
<style>
span { border-color: #306FF1; }
span { border-color: rgb(48,111,241); }
td.TdClassName
{
border-color: #306FF1;
}
.TagClassName
{
border-color: #306FF1;
}
</style>