Shades of Blue #0D34FB
Tints of Blue #0D34FB
RGB
CMYK
RGB Variations
Color information
#0D34FB (or 0x0D34FB) is known color: Blue. HEX triplet: 0D, 34 and FB. RGB value is (13,52,251). Sum of RGB (Red+Green+Blue) = 13+52+251=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 251 (98.44% from 255 or 79.43% from 316); Max value from RGB is 251 - color contains mainly: blue. Hex color #0D34FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D34FB is #F2CB04. Grayscale: #3E3E3E. Windows color (decimal): -15911685 or 16462861. OLE color: 16462861.
HSL color Cylindrical-coordinate representation of color #0D34FB: hue angle of 230.17º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D34FB is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 52 | 251 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.02 |
| HSL | 230.17º | 0.97% | 0.52% | - |
| HSV(B) | 230.17º | 0.95% | 0.98% | - |
| XYZ | 18.81 | 9.51 | 92.11 | - |
| YUV | 63.03 | 234.08 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 251 | 0.95 | 0.79 | 0 | 0.02 | 230.17 | 0.97 | 0.52 |
| Hex | D | 34 | FB | 5F | 4F | 0 | 2 | E6 | 61 | 34 |
| Octal | 15 | 64 | 373 | 137 | 117 | 0 | 2 | 346 | 141 | 64 |
| Binary | 1101 | 110100 | 11111011 | 1011111 | 1001111 | 0 | 10 | 11100110 | 1100001 | 110100 |
Color Harmonies of #0D34FB
Complementary color
Monochromatic Colors of #0D34FB
Black with #0D34FB
Text Example
Text Example
White with #0D34FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D34FB; }
p { color: rgb(13,52,251); }
H1.HeaderClassName
{
color: #0D34FB;
}
.AnyTagClassName
{
color: #0D34FB;
}
</style>
background-color css
<style>
a { background-color: #0D34FB; }
a { background-color: rgb(13,52,251); }
div.DivClassName
{
background-color: #0D34FB;
}
.BgClassName
{
background-color: #0D34FB;
}
</style>
border-color css
<style>
span { border-color: #0D34FB; }
span { border-color: rgb(13,52,251); }
td.TdClassName
{
border-color: #0D34FB;
}
.TagClassName
{
border-color: #0D34FB;
}
</style>