Shades of Blue #0D03FC
Tints of Blue #0D03FC
RGB
CMYK
RGB Variations
Color information
#0D03FC (or 0x0D03FC) is known color: Blue. HEX triplet: 0D, 03 and FC. RGB value is (13,3,252). Sum of RGB (Red+Green+Blue) = 13+3+252=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 3 (1.56% from 255 or 1.12% 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 #0D03FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D03FC is #F2FC03. Grayscale: #212121. Windows color (decimal): -15924228 or 16515853. OLE color: 16515853.
HSL color Cylindrical-coordinate representation of color #0D03FC: hue angle of 242.41º 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 #0D03FC is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 3 | 252 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.01 |
| HSL | 242.41º | 0.98% | 0.5% | - |
| HSV(B) | 242.41º | 0.99% | 0.99% | - |
| XYZ | 17.77 | 7.18 | 92.54 | - |
| YUV | 34.38 | 250.81 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 252 | 0.95 | 0.99 | 0 | 0.01 | 242.41 | 0.98 | 0.5 |
| Hex | D | 3 | FC | 5F | 63 | 0 | 1 | F2 | 62 | 32 |
| Octal | 15 | 3 | 374 | 137 | 143 | 0 | 1 | 362 | 142 | 62 |
| Binary | 1101 | 11 | 11111100 | 1011111 | 1100011 | 0 | 1 | 11110010 | 1100010 | 110010 |
Color Harmonies of #0D03FC
Complementary color
Monochromatic Colors of #0D03FC
Black with #0D03FC
Text Example
Text Example
White with #0D03FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D03FC; }
p { color: rgb(13,3,252); }
H1.HeaderClassName
{
color: #0D03FC;
}
.AnyTagClassName
{
color: #0D03FC;
}
</style>
background-color css
<style>
a { background-color: #0D03FC; }
a { background-color: rgb(13,3,252); }
div.DivClassName
{
background-color: #0D03FC;
}
.BgClassName
{
background-color: #0D03FC;
}
</style>
border-color css
<style>
span { border-color: #0D03FC; }
span { border-color: rgb(13,3,252); }
td.TdClassName
{
border-color: #0D03FC;
}
.TagClassName
{
border-color: #0D03FC;
}
</style>