Shades of Blue #0D30FF
Tints of Blue #0D30FF
RGB
CMYK
RGB Variations
Color information
#0D30FF (or 0x0D30FF) is known color: Blue. HEX triplet: 0D, 30 and FF. RGB value is (13,48,255). Sum of RGB (Red+Green+Blue) = 13+48+255=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 255 (100% from 255 or 80.70% from 316); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D30FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D30FF is #F2CF00. Grayscale: #3C3C3C. Windows color (decimal): -15912705 or 16723981. OLE color: 16723981.
HSL color Cylindrical-coordinate representation of color #0D30FF: hue angle of 231.32º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D30FF is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 48 | 255 | - |
| CMYK | 0.95 | 0.81 | 0 | 0 |
| HSL | 231.32º | 1% | 0.53% | - |
| HSV(B) | 231.32º | 0.95% | 1% | - |
| XYZ | 19.27 | 9.42 | 95.41 | - |
| YUV | 61.13 | 237.4 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 255 | 0.95 | 0.81 | 0 | 0 | 231.32 | 1 | 0.53 |
| Hex | D | 30 | FF | 5F | 51 | 0 | 0 | E7 | 64 | 35 |
| Octal | 15 | 60 | 377 | 137 | 121 | 0 | 0 | 347 | 144 | 65 |
| Binary | 1101 | 110000 | 11111111 | 1011111 | 1010001 | 0 | 0 | 11100111 | 1100100 | 110101 |
Color Harmonies of #0D30FF
Complementary color
Monochromatic Colors of #0D30FF
Black with #0D30FF
Text Example
Text Example
White with #0D30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D30FF; }
p { color: rgb(13,48,255); }
H1.HeaderClassName
{
color: #0D30FF;
}
.AnyTagClassName
{
color: #0D30FF;
}
</style>
background-color css
<style>
a { background-color: #0D30FF; }
a { background-color: rgb(13,48,255); }
div.DivClassName
{
background-color: #0D30FF;
}
.BgClassName
{
background-color: #0D30FF;
}
</style>
border-color css
<style>
span { border-color: #0D30FF; }
span { border-color: rgb(13,48,255); }
td.TdClassName
{
border-color: #0D30FF;
}
.TagClassName
{
border-color: #0D30FF;
}
</style>