Shades of Blue #0D1AFD
Tints of Blue #0D1AFD
RGB
CMYK
RGB Variations
Color information
#0D1AFD (or 0x0D1AFD) is known color: Blue. HEX triplet: 0D, 1A and FD. RGB value is (13,26,253). Sum of RGB (Red+Green+Blue) = 13+26+253=292 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.45% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 253 (99.22% from 255 or 86.64% from 292); Max value from RGB is 253 - color contains mainly: blue. Hex color #0D1AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1AFD is #F2E502. Grayscale: #2F2F2F. Windows color (decimal): -15918339 or 16587277. OLE color: 16587277.
HSL color Cylindrical-coordinate representation of color #0D1AFD: hue angle of 236.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D1AFD is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 26 | 253 | - |
| CMYK | 0.95 | 0.90 | 0 | 0.01 |
| HSL | 236.75º | 0.98% | 0.52% | - |
| HSV(B) | 236.75º | 0.95% | 0.99% | - |
| XYZ | 18.27 | 7.92 | 93.49 | - |
| YUV | 47.99 | 243.69 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 26 | 253 | 0.95 | 0.90 | 0 | 0.01 | 236.75 | 0.98 | 0.52 |
| Hex | D | 1A | FD | 5F | 5A | 0 | 1 | ED | 62 | 34 |
| Octal | 15 | 32 | 375 | 137 | 132 | 0 | 1 | 355 | 142 | 64 |
| Binary | 1101 | 11010 | 11111101 | 1011111 | 1011010 | 0 | 1 | 11101101 | 1100010 | 110100 |
Color Harmonies of #0D1AFD
Complementary color
Monochromatic Colors of #0D1AFD
Black with #0D1AFD
Text Example
Text Example
White with #0D1AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1AFD; }
p { color: rgb(13,26,253); }
H1.HeaderClassName
{
color: #0D1AFD;
}
.AnyTagClassName
{
color: #0D1AFD;
}
</style>
background-color css
<style>
a { background-color: #0D1AFD; }
a { background-color: rgb(13,26,253); }
div.DivClassName
{
background-color: #0D1AFD;
}
.BgClassName
{
background-color: #0D1AFD;
}
</style>
border-color css
<style>
span { border-color: #0D1AFD; }
span { border-color: rgb(13,26,253); }
td.TdClassName
{
border-color: #0D1AFD;
}
.TagClassName
{
border-color: #0D1AFD;
}
</style>