Shades of Royal Blue #3065FA
Tints of Royal Blue #3065FA
RGB
CMYK
RGB Variations
Color information
#3065FA (or 0x3065FA) is known color: Royal Blue. HEX triplet: 30, 65 and FA. RGB value is (48,101,250). Sum of RGB (Red+Green+Blue) = 48+101+250=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #3065FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3065FA is #CF9A05. Grayscale: #656565. Windows color (decimal): -13605382 or 16409904. OLE color: 16409904.
HSL color Cylindrical-coordinate representation of color #3065FA: hue angle of 224.26º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3065FA is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 101 | 250 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.02 |
| HSL | 224.26º | 0.95% | 0.58% | - |
| HSV(B) | 224.26º | 0.81% | 0.98% | - |
| XYZ | 23.13 | 16.84 | 92.47 | - |
| YUV | 102.14 | 211.44 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 101 | 250 | 0.81 | 0.60 | 0 | 0.02 | 224.26 | 0.95 | 0.58 |
| Hex | 30 | 65 | FA | 51 | 3C | 0 | 2 | E0 | 5F | 3A |
| Octal | 60 | 145 | 372 | 121 | 74 | 0 | 2 | 340 | 137 | 72 |
| Binary | 110000 | 1100101 | 11111010 | 1010001 | 111100 | 0 | 10 | 11100000 | 1011111 | 111010 |
Color Harmonies of #3065FA
Complementary color
Monochromatic Colors of #3065FA
Black with #3065FA
Text Example
Text Example
White with #3065FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3065FA; }
p { color: rgb(48,101,250); }
H1.HeaderClassName
{
color: #3065FA;
}
.AnyTagClassName
{
color: #3065FA;
}
</style>
background-color css
<style>
a { background-color: #3065FA; }
a { background-color: rgb(48,101,250); }
div.DivClassName
{
background-color: #3065FA;
}
.BgClassName
{
background-color: #3065FA;
}
</style>
border-color css
<style>
span { border-color: #3065FA; }
span { border-color: rgb(48,101,250); }
td.TdClassName
{
border-color: #3065FA;
}
.TagClassName
{
border-color: #3065FA;
}
</style>