Shades of Blue #0D38FB
Tints of Blue #0D38FB
RGB
CMYK
RGB Variations
Color information
#0D38FB (or 0x0D38FB) is known color: Blue. HEX triplet: 0D, 38 and FB. RGB value is (13,56,251). Sum of RGB (Red+Green+Blue) = 13+56+251=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 251 (98.44% from 255 or 78.44% from 320); Max value from RGB is 251 - color contains mainly: blue. Hex color #0D38FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D38FB is #F2C704. Grayscale: #404040. Windows color (decimal): -15910661 or 16463885. OLE color: 16463885.
HSL color Cylindrical-coordinate representation of color #0D38FB: hue angle of 229.16º 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 #0D38FB is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 56 | 251 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.02 |
| HSL | 229.16º | 0.97% | 0.52% | - |
| HSV(B) | 229.16º | 0.95% | 0.98% | - |
| XYZ | 18.99 | 9.88 | 92.17 | - |
| YUV | 65.37 | 232.75 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 251 | 0.95 | 0.78 | 0 | 0.02 | 229.16 | 0.97 | 0.52 |
| Hex | D | 38 | FB | 5F | 4E | 0 | 2 | E5 | 61 | 34 |
| Octal | 15 | 70 | 373 | 137 | 116 | 0 | 2 | 345 | 141 | 64 |
| Binary | 1101 | 111000 | 11111011 | 1011111 | 1001110 | 0 | 10 | 11100101 | 1100001 | 110100 |
Color Harmonies of #0D38FB
Complementary color
Monochromatic Colors of #0D38FB
Black with #0D38FB
Text Example
Text Example
White with #0D38FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D38FB; }
p { color: rgb(13,56,251); }
H1.HeaderClassName
{
color: #0D38FB;
}
.AnyTagClassName
{
color: #0D38FB;
}
</style>
background-color css
<style>
a { background-color: #0D38FB; }
a { background-color: rgb(13,56,251); }
div.DivClassName
{
background-color: #0D38FB;
}
.BgClassName
{
background-color: #0D38FB;
}
</style>
border-color css
<style>
span { border-color: #0D38FB; }
span { border-color: rgb(13,56,251); }
td.TdClassName
{
border-color: #0D38FB;
}
.TagClassName
{
border-color: #0D38FB;
}
</style>