Shades of Royal Blue #306FDE
Tints of Royal Blue #306FDE
RGB
CMYK
RGB Variations
Color information
#306FDE (or 0x306FDE) is known color: Royal Blue. HEX triplet: 30, 6F and DE. RGB value is (48,111,222). Sum of RGB (Red+Green+Blue) = 48+111+222=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #306FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FDE is #CF9021. Grayscale: #686868. Windows color (decimal): -13602850 or 14577456. OLE color: 14577456.
HSL color Cylindrical-coordinate representation of color #306FDE: hue angle of 218.28º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #306FDE is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 111 | 222 | - |
| CMYK | 0.78 | 0.5 | 0 | 0.13 |
| HSL | 218.28º | 0.73% | 0.53% | - |
| HSV(B) | 218.28º | 0.78% | 0.87% | - |
| XYZ | 20.09 | 17.27 | 71.38 | - |
| YUV | 104.82 | 194.13 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 222 | 0.78 | 0.5 | 0 | 0.13 | 218.28 | 0.73 | 0.53 |
| Hex | 30 | 6F | DE | 4E | 32 | 0 | D | DA | 48 | 35 |
| Octal | 60 | 157 | 336 | 116 | 62 | 0 | 15 | 332 | 110 | 65 |
| Binary | 110000 | 1101111 | 11011110 | 1001110 | 110010 | 0 | 1101 | 11011010 | 1001000 | 110101 |
Color Harmonies of #306FDE
Complementary color
Monochromatic Colors of #306FDE
Black with #306FDE
Text Example
Text Example
White with #306FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306FDE; }
p { color: rgb(48,111,222); }
H1.HeaderClassName
{
color: #306FDE;
}
.AnyTagClassName
{
color: #306FDE;
}
</style>
background-color css
<style>
a { background-color: #306FDE; }
a { background-color: rgb(48,111,222); }
div.DivClassName
{
background-color: #306FDE;
}
.BgClassName
{
background-color: #306FDE;
}
</style>
border-color css
<style>
span { border-color: #306FDE; }
span { border-color: rgb(48,111,222); }
td.TdClassName
{
border-color: #306FDE;
}
.TagClassName
{
border-color: #306FDE;
}
</style>