Shades of Blue #030DFC
Tints of Blue #030DFC
RGB
CMYK
RGB Variations
Color information
#030DFC (or 0x030DFC) is known color: Blue. HEX triplet: 03, 0D and FC. RGB value is (3,13,252). Sum of RGB (Red+Green+Blue) = 3+13+252=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 252 (98.83% from 255 or 94.03% from 268); Max value from RGB is 252 - color contains mainly: blue. Hex color #030DFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #030DFC is #FCF203. Grayscale: #242424. Windows color (decimal): -16577028 or 16518403. OLE color: 16518403.
HSL color Cylindrical-coordinate representation of color #030DFC: hue angle of 237.59º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #030DFC is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 13 | 252 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.01 |
| HSL | 237.59º | 0.98% | 0.5% | - |
| HSV(B) | 237.59º | 0.99% | 0.99% | - |
| XYZ | 17.75 | 7.34 | 92.58 | - |
| YUV | 37.26 | 249.19 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 13 | 252 | 0.99 | 0.95 | 0 | 0.01 | 237.59 | 0.98 | 0.5 |
| Hex | 3 | D | FC | 63 | 5F | 0 | 1 | EE | 62 | 32 |
| Octal | 3 | 15 | 374 | 143 | 137 | 0 | 1 | 356 | 142 | 62 |
| Binary | 11 | 1101 | 11111100 | 1100011 | 1011111 | 0 | 1 | 11101110 | 1100010 | 110010 |
Color Harmonies of #030DFC
Complementary color
Monochromatic Colors of #030DFC
Black with #030DFC
Text Example
Text Example
White with #030DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030DFC; }
p { color: rgb(3,13,252); }
H1.HeaderClassName
{
color: #030DFC;
}
.AnyTagClassName
{
color: #030DFC;
}
</style>
background-color css
<style>
a { background-color: #030DFC; }
a { background-color: rgb(3,13,252); }
div.DivClassName
{
background-color: #030DFC;
}
.BgClassName
{
background-color: #030DFC;
}
</style>
border-color css
<style>
span { border-color: #030DFC; }
span { border-color: rgb(3,13,252); }
td.TdClassName
{
border-color: #030DFC;
}
.TagClassName
{
border-color: #030DFC;
}
</style>