Shades of Blue #0D0AF2
Tints of Blue #0D0AF2
RGB
CMYK
RGB Variations
Color information
#0D0AF2 (or 0x0D0AF2) is known color: Blue. HEX triplet: 0D, 0A and F2. RGB value is (13,10,242). Sum of RGB (Red+Green+Blue) = 13+10+242=265 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.91% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 242 (94.92% from 255 or 91.32% from 265); Max value from RGB is 242 - color contains mainly: blue. Hex color #0D0AF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D0AF2 is #F2F50D. Grayscale: #242424. Windows color (decimal): -15922446 or 15862285. OLE color: 15862285.
HSL color Cylindrical-coordinate representation of color #0D0AF2: hue angle of 240.78º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0AF2 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 10 | 242 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.05 |
| HSL | 240.78º | 0.92% | 0.49% | - |
| HSV(B) | 240.78º | 0.96% | 0.95% | - |
| XYZ | 16.3 | 6.71 | 84.44 | - |
| YUV | 37.35 | 243.49 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 10 | 242 | 0.95 | 0.96 | 0 | 0.05 | 240.78 | 0.92 | 0.49 |
| Hex | D | A | F2 | 5F | 60 | 0 | 5 | F1 | 5C | 31 |
| Octal | 15 | 12 | 362 | 137 | 140 | 0 | 5 | 361 | 134 | 61 |
| Binary | 1101 | 1010 | 11110010 | 1011111 | 1100000 | 0 | 101 | 11110001 | 1011100 | 110001 |
Color Harmonies of #0D0AF2
Complementary color
Monochromatic Colors of #0D0AF2
Black with #0D0AF2
Text Example
Text Example
White with #0D0AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0AF2; }
p { color: rgb(13,10,242); }
H1.HeaderClassName
{
color: #0D0AF2;
}
.AnyTagClassName
{
color: #0D0AF2;
}
</style>
background-color css
<style>
a { background-color: #0D0AF2; }
a { background-color: rgb(13,10,242); }
div.DivClassName
{
background-color: #0D0AF2;
}
.BgClassName
{
background-color: #0D0AF2;
}
</style>
border-color css
<style>
span { border-color: #0D0AF2; }
span { border-color: rgb(13,10,242); }
td.TdClassName
{
border-color: #0D0AF2;
}
.TagClassName
{
border-color: #0D0AF2;
}
</style>