Shades of Royal Blue #307BF2
Tints of Royal Blue #307BF2
RGB
CMYK
RGB Variations
Color information
#307BF2 (or 0x307BF2) is known color: Royal Blue. HEX triplet: 30, 7B and F2. RGB value is (48,123,242). Sum of RGB (Red+Green+Blue) = 48+123+242=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 242 (94.92% from 255 or 58.60% from 413); Max value from RGB is 242 - color contains mainly: blue. Hex color #307BF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307BF2 is #CF840D. Grayscale: #717171. Windows color (decimal): -13599758 or 15891248. OLE color: 15891248.
HSL color Cylindrical-coordinate representation of color #307BF2: hue angle of 216.8º degrees, saturation: 0.88, 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 #307BF2 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 123 | 242 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.05 |
| HSL | 216.8º | 0.88% | 0.57% | - |
| HSV(B) | 216.8º | 0.8% | 0.95% | - |
| XYZ | 24.33 | 21.21 | 86.82 | - |
| YUV | 114.14 | 200.15 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 242 | 0.80 | 0.49 | 0 | 0.05 | 216.8 | 0.88 | 0.57 |
| Hex | 30 | 7B | F2 | 50 | 31 | 0 | 5 | D9 | 58 | 39 |
| Octal | 60 | 173 | 362 | 120 | 61 | 0 | 5 | 331 | 130 | 71 |
| Binary | 110000 | 1111011 | 11110010 | 1010000 | 110001 | 0 | 101 | 11011001 | 1011000 | 111001 |
Color Harmonies of #307BF2
Complementary color
Monochromatic Colors of #307BF2
Black with #307BF2
Text Example
Text Example
White with #307BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307BF2; }
p { color: rgb(48,123,242); }
H1.HeaderClassName
{
color: #307BF2;
}
.AnyTagClassName
{
color: #307BF2;
}
</style>
background-color css
<style>
a { background-color: #307BF2; }
a { background-color: rgb(48,123,242); }
div.DivClassName
{
background-color: #307BF2;
}
.BgClassName
{
background-color: #307BF2;
}
</style>
border-color css
<style>
span { border-color: #307BF2; }
span { border-color: rgb(48,123,242); }
td.TdClassName
{
border-color: #307BF2;
}
.TagClassName
{
border-color: #307BF2;
}
</style>