Shades of Royal Blue #306AFE
Tints of Royal Blue #306AFE
RGB
CMYK
RGB Variations
Color information
#306AFE (or 0x306AFE) is known color: Royal Blue. HEX triplet: 30, 6A and FE. RGB value is (48,106,254). Sum of RGB (Red+Green+Blue) = 48+106+254=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #306AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306AFE is #CF9501. Grayscale: #686868. Windows color (decimal): -13604098 or 16673328. OLE color: 16673328.
HSL color Cylindrical-coordinate representation of color #306AFE: hue angle of 223.11º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306AFE is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 106 | 254 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.00 |
| HSL | 223.11º | 0.99% | 0.59% | - |
| HSV(B) | 223.11º | 0.81% | 1% | - |
| XYZ | 24.26 | 18.09 | 95.98 | - |
| YUV | 105.53 | 211.78 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 106 | 254 | 0.81 | 0.58 | 0 | 0.00 | 223.11 | 0.99 | 0.59 |
| Hex | 30 | 6A | FE | 51 | 3A | 0 | 0 | DF | 63 | 3B |
| Octal | 60 | 152 | 376 | 121 | 72 | 0 | 0 | 337 | 143 | 73 |
| Binary | 110000 | 1101010 | 11111110 | 1010001 | 111010 | 0 | 0 | 11011111 | 1100011 | 111011 |
Color Harmonies of #306AFE
Complementary color
Monochromatic Colors of #306AFE
Black with #306AFE
Text Example
Text Example
White with #306AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306AFE; }
p { color: rgb(48,106,254); }
H1.HeaderClassName
{
color: #306AFE;
}
.AnyTagClassName
{
color: #306AFE;
}
</style>
background-color css
<style>
a { background-color: #306AFE; }
a { background-color: rgb(48,106,254); }
div.DivClassName
{
background-color: #306AFE;
}
.BgClassName
{
background-color: #306AFE;
}
</style>
border-color css
<style>
span { border-color: #306AFE; }
span { border-color: rgb(48,106,254); }
td.TdClassName
{
border-color: #306AFE;
}
.TagClassName
{
border-color: #306AFE;
}
</style>