Shades of Royal Blue #306CFD
Tints of Royal Blue #306CFD
RGB
CMYK
RGB Variations
Color information
#306CFD (or 0x306CFD) is known color: Royal Blue. HEX triplet: 30, 6C and FD. RGB value is (48,108,253). Sum of RGB (Red+Green+Blue) = 48+108+253=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #306CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306CFD is #CF9302. Grayscale: #696969. Windows color (decimal): -13603587 or 16608304. OLE color: 16608304.
HSL color Cylindrical-coordinate representation of color #306CFD: hue angle of 222.44º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306CFD is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 108 | 253 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.01 |
| HSL | 222.44º | 0.98% | 0.59% | - |
| HSV(B) | 222.44º | 0.81% | 0.99% | - |
| XYZ | 24.31 | 18.45 | 95.21 | - |
| YUV | 106.59 | 210.62 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 108 | 253 | 0.81 | 0.57 | 0 | 0.01 | 222.44 | 0.98 | 0.59 |
| Hex | 30 | 6C | FD | 51 | 39 | 0 | 1 | DE | 62 | 3B |
| Octal | 60 | 154 | 375 | 121 | 71 | 0 | 1 | 336 | 142 | 73 |
| Binary | 110000 | 1101100 | 11111101 | 1010001 | 111001 | 0 | 1 | 11011110 | 1100010 | 111011 |
Color Harmonies of #306CFD
Complementary color
Monochromatic Colors of #306CFD
Black with #306CFD
Text Example
Text Example
White with #306CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306CFD; }
p { color: rgb(48,108,253); }
H1.HeaderClassName
{
color: #306CFD;
}
.AnyTagClassName
{
color: #306CFD;
}
</style>
background-color css
<style>
a { background-color: #306CFD; }
a { background-color: rgb(48,108,253); }
div.DivClassName
{
background-color: #306CFD;
}
.BgClassName
{
background-color: #306CFD;
}
</style>
border-color css
<style>
span { border-color: #306CFD; }
span { border-color: rgb(48,108,253); }
td.TdClassName
{
border-color: #306CFD;
}
.TagClassName
{
border-color: #306CFD;
}
</style>