Shades of Blue #0D33FB
Tints of Blue #0D33FB
RGB
CMYK
RGB Variations
Color information
#0D33FB (or 0x0D33FB) is known color: Blue. HEX triplet: 0D, 33 and FB. RGB value is (13,51,251). Sum of RGB (Red+Green+Blue) = 13+51+251=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 251 (98.44% from 255 or 79.68% from 315); Max value from RGB is 251 - color contains mainly: blue. Hex color #0D33FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D33FB is #F2CC04. Grayscale: #3D3D3D. Windows color (decimal): -15911941 or 16462605. OLE color: 16462605.
HSL color Cylindrical-coordinate representation of color #0D33FB: hue angle of 230.42º 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 #0D33FB is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 51 | 251 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.02 |
| HSL | 230.42º | 0.97% | 0.52% | - |
| HSV(B) | 230.42º | 0.95% | 0.98% | - |
| XYZ | 18.76 | 9.42 | 92.1 | - |
| YUV | 62.44 | 234.41 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 251 | 0.95 | 0.80 | 0 | 0.02 | 230.42 | 0.97 | 0.52 |
| Hex | D | 33 | FB | 5F | 50 | 0 | 2 | E6 | 61 | 34 |
| Octal | 15 | 63 | 373 | 137 | 120 | 0 | 2 | 346 | 141 | 64 |
| Binary | 1101 | 110011 | 11111011 | 1011111 | 1010000 | 0 | 10 | 11100110 | 1100001 | 110100 |
Color Harmonies of #0D33FB
Complementary color
Monochromatic Colors of #0D33FB
Black with #0D33FB
Text Example
Text Example
White with #0D33FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D33FB; }
p { color: rgb(13,51,251); }
H1.HeaderClassName
{
color: #0D33FB;
}
.AnyTagClassName
{
color: #0D33FB;
}
</style>
background-color css
<style>
a { background-color: #0D33FB; }
a { background-color: rgb(13,51,251); }
div.DivClassName
{
background-color: #0D33FB;
}
.BgClassName
{
background-color: #0D33FB;
}
</style>
border-color css
<style>
span { border-color: #0D33FB; }
span { border-color: rgb(13,51,251); }
td.TdClassName
{
border-color: #0D33FB;
}
.TagClassName
{
border-color: #0D33FB;
}
</style>