Shades of Blue #030DFF
Tints of Blue #030DFF
RGB
CMYK
RGB Variations
Color information
#030DFF (or 0x030DFF) is known color: Blue. HEX triplet: 03, 0D and FF. RGB value is (3,13,255). Sum of RGB (Red+Green+Blue) = 3+13+255=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 255 (100% from 255 or 94.10% from 271); Max value from RGB is 255 - color contains mainly: blue. Hex color #030DFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030DFF is #FCF200. Grayscale: #242424. Windows color (decimal): -16577025 or 16715011. OLE color: 16715011.
HSL color Cylindrical-coordinate representation of color #030DFF: hue angle of 237.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030DFF is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 13 | 255 | - |
| CMYK | 0.99 | 0.95 | 0 | 0 |
| HSL | 237.62º | 1% | 0.51% | - |
| HSV(B) | 237.62º | 0.99% | 1% | - |
| XYZ | 18.23 | 7.53 | 95.1 | - |
| YUV | 37.6 | 250.69 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 255 | 0.99 | 0.95 | 0 | 0 | 237.62 | 1 | 0.51 |
| Hex | 3 | D | FF | 63 | 5F | 0 | 0 | EE | 64 | 33 |
| Octal | 3 | 15 | 377 | 143 | 137 | 0 | 0 | 356 | 144 | 63 |
| Binary | 11 | 1101 | 11111111 | 1100011 | 1011111 | 0 | 0 | 11101110 | 1100100 | 110011 |
Color Harmonies of #030DFF
Complementary color
Monochromatic Colors of #030DFF
Black with #030DFF
Text Example
Text Example
White with #030DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030DFF; }
p { color: rgb(3,13,255); }
H1.HeaderClassName
{
color: #030DFF;
}
.AnyTagClassName
{
color: #030DFF;
}
</style>
background-color css
<style>
a { background-color: #030DFF; }
a { background-color: rgb(3,13,255); }
div.DivClassName
{
background-color: #030DFF;
}
.BgClassName
{
background-color: #030DFF;
}
</style>
border-color css
<style>
span { border-color: #030DFF; }
span { border-color: rgb(3,13,255); }
td.TdClassName
{
border-color: #030DFF;
}
.TagClassName
{
border-color: #030DFF;
}
</style>