Shades of Royal Blue #305BF2
Tints of Royal Blue #305BF2
RGB
CMYK
RGB Variations
Color information
#305BF2 (or 0x305BF2) is known color: Royal Blue. HEX triplet: 30, 5B and F2. RGB value is (48,91,242). Sum of RGB (Red+Green+Blue) = 48+91+242=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 242 (94.92% from 255 or 63.52% from 381); Max value from RGB is 242 - color contains mainly: blue. Hex color #305BF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305BF2 is #CFA40D. Grayscale: #5E5E5E. Windows color (decimal): -13607950 or 15883056. OLE color: 15883056.
HSL color Cylindrical-coordinate representation of color #305BF2: hue angle of 226.7º 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 #305BF2 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 91 | 242 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.05 |
| HSL | 226.7º | 0.88% | 0.57% | - |
| HSV(B) | 226.7º | 0.8% | 0.95% | - |
| XYZ | 20.99 | 14.52 | 85.7 | - |
| YUV | 95.36 | 210.75 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 242 | 0.80 | 0.62 | 0 | 0.05 | 226.7 | 0.88 | 0.57 |
| Hex | 30 | 5B | F2 | 50 | 3E | 0 | 5 | E3 | 58 | 39 |
| Octal | 60 | 133 | 362 | 120 | 76 | 0 | 5 | 343 | 130 | 71 |
| Binary | 110000 | 1011011 | 11110010 | 1010000 | 111110 | 0 | 101 | 11100011 | 1011000 | 111001 |
Color Harmonies of #305BF2
Complementary color
Monochromatic Colors of #305BF2
Black with #305BF2
Text Example
Text Example
White with #305BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305BF2; }
p { color: rgb(48,91,242); }
H1.HeaderClassName
{
color: #305BF2;
}
.AnyTagClassName
{
color: #305BF2;
}
</style>
background-color css
<style>
a { background-color: #305BF2; }
a { background-color: rgb(48,91,242); }
div.DivClassName
{
background-color: #305BF2;
}
.BgClassName
{
background-color: #305BF2;
}
</style>
border-color css
<style>
span { border-color: #305BF2; }
span { border-color: rgb(48,91,242); }
td.TdClassName
{
border-color: #305BF2;
}
.TagClassName
{
border-color: #305BF2;
}
</style>