Shades of Blue #0D38FF
Tints of Blue #0D38FF
RGB
CMYK
RGB Variations
Color information
#0D38FF (or 0x0D38FF) is known color: Blue. HEX triplet: 0D, 38 and FF. RGB value is (13,56,255). Sum of RGB (Red+Green+Blue) = 13+56+255=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D38FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D38FF is #F2C700. Grayscale: #404040. Windows color (decimal): -15910657 or 16726029. OLE color: 16726029.
HSL color Cylindrical-coordinate representation of color #0D38FF: hue angle of 229.34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D38FF is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 56 | 255 | - |
| CMYK | 0.95 | 0.78 | 0 | 0 |
| HSL | 229.34º | 1% | 0.53% | - |
| HSV(B) | 229.34º | 0.95% | 1% | - |
| XYZ | 19.63 | 10.13 | 95.53 | - |
| YUV | 65.83 | 234.75 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 255 | 0.95 | 0.78 | 0 | 0 | 229.34 | 1 | 0.53 |
| Hex | D | 38 | FF | 5F | 4E | 0 | 0 | E5 | 64 | 35 |
| Octal | 15 | 70 | 377 | 137 | 116 | 0 | 0 | 345 | 144 | 65 |
| Binary | 1101 | 111000 | 11111111 | 1011111 | 1001110 | 0 | 0 | 11100101 | 1100100 | 110101 |
Color Harmonies of #0D38FF
Complementary color
Monochromatic Colors of #0D38FF
Black with #0D38FF
Text Example
Text Example
White with #0D38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D38FF; }
p { color: rgb(13,56,255); }
H1.HeaderClassName
{
color: #0D38FF;
}
.AnyTagClassName
{
color: #0D38FF;
}
</style>
background-color css
<style>
a { background-color: #0D38FF; }
a { background-color: rgb(13,56,255); }
div.DivClassName
{
background-color: #0D38FF;
}
.BgClassName
{
background-color: #0D38FF;
}
</style>
border-color css
<style>
span { border-color: #0D38FF; }
span { border-color: rgb(13,56,255); }
td.TdClassName
{
border-color: #0D38FF;
}
.TagClassName
{
border-color: #0D38FF;
}
</style>