Shades of Blue #0B25FA
Tints of Blue #0B25FA
RGB
CMYK
RGB Variations
Color information
#0B25FA (or 0x0B25FA) is known color: Blue. HEX triplet: 0B, 25 and FA. RGB value is (11,37,250). Sum of RGB (Red+Green+Blue) = 11+37+250=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 250 (98.05% from 255 or 83.89% from 298); Max value from RGB is 250 - color contains mainly: blue. Hex color #0B25FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B25FA is #F4DA05. Grayscale: #343434. Windows color (decimal): -16046598 or 16393483. OLE color: 16393483.
HSL color Cylindrical-coordinate representation of color #0B25FA: hue angle of 233.47º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B25FA is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 37 | 250 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.02 |
| HSL | 233.47º | 0.96% | 0.51% | - |
| HSV(B) | 233.47º | 0.96% | 0.98% | - |
| XYZ | 18.05 | 8.3 | 91.09 | - |
| YUV | 53.51 | 238.89 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 250 | 0.96 | 0.85 | 0 | 0.02 | 233.47 | 0.96 | 0.51 |
| Hex | B | 25 | FA | 60 | 55 | 0 | 2 | E9 | 60 | 33 |
| Octal | 13 | 45 | 372 | 140 | 125 | 0 | 2 | 351 | 140 | 63 |
| Binary | 1011 | 100101 | 11111010 | 1100000 | 1010101 | 0 | 10 | 11101001 | 1100000 | 110011 |
Color Harmonies of #0B25FA
Complementary color
Monochromatic Colors of #0B25FA
Black with #0B25FA
Text Example
Text Example
White with #0B25FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B25FA; }
p { color: rgb(11,37,250); }
H1.HeaderClassName
{
color: #0B25FA;
}
.AnyTagClassName
{
color: #0B25FA;
}
</style>
background-color css
<style>
a { background-color: #0B25FA; }
a { background-color: rgb(11,37,250); }
div.DivClassName
{
background-color: #0B25FA;
}
.BgClassName
{
background-color: #0B25FA;
}
</style>
border-color css
<style>
span { border-color: #0B25FA; }
span { border-color: rgb(11,37,250); }
td.TdClassName
{
border-color: #0B25FA;
}
.TagClassName
{
border-color: #0B25FA;
}
</style>