Shades of Royal Blue #306DFE
Tints of Royal Blue #306DFE
RGB
CMYK
RGB Variations
Color information
#306DFE (or 0x306DFE) is known color: Royal Blue. HEX triplet: 30, 6D and FE. RGB value is (48,109,254). Sum of RGB (Red+Green+Blue) = 48+109+254=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #306DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306DFE is #CF9201. Grayscale: #6A6A6A. Windows color (decimal): -13603330 or 16674096. OLE color: 16674096.
HSL color Cylindrical-coordinate representation of color #306DFE: hue angle of 222.23º 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 #306DFE is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 109 | 254 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.00 |
| HSL | 222.23º | 0.99% | 0.59% | - |
| HSV(B) | 222.23º | 0.81% | 1% | - |
| XYZ | 24.58 | 18.72 | 96.08 | - |
| YUV | 107.29 | 210.79 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 254 | 0.81 | 0.57 | 0 | 0.00 | 222.23 | 0.99 | 0.59 |
| Hex | 30 | 6D | FE | 51 | 39 | 0 | 0 | DE | 63 | 3B |
| Octal | 60 | 155 | 376 | 121 | 71 | 0 | 0 | 336 | 143 | 73 |
| Binary | 110000 | 1101101 | 11111110 | 1010001 | 111001 | 0 | 0 | 11011110 | 1100011 | 111011 |
Color Harmonies of #306DFE
Complementary color
Monochromatic Colors of #306DFE
Black with #306DFE
Text Example
Text Example
White with #306DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306DFE; }
p { color: rgb(48,109,254); }
H1.HeaderClassName
{
color: #306DFE;
}
.AnyTagClassName
{
color: #306DFE;
}
</style>
background-color css
<style>
a { background-color: #306DFE; }
a { background-color: rgb(48,109,254); }
div.DivClassName
{
background-color: #306DFE;
}
.BgClassName
{
background-color: #306DFE;
}
</style>
border-color css
<style>
span { border-color: #306DFE; }
span { border-color: rgb(48,109,254); }
td.TdClassName
{
border-color: #306DFE;
}
.TagClassName
{
border-color: #306DFE;
}
</style>