Shades of Blue #0025F2
Tints of Blue #0025F2
RGB
CMYK
RGB Variations
Color information
#0025F2 (or 0x0025F2) is known color: Blue. HEX triplet: 00, 25 and F2. RGB value is (0,37,242). Sum of RGB (Red+Green+Blue) = 0+37+242=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 242 (94.92% from 255 or 86.74% from 279); Max value from RGB is 242 - color contains mainly: blue. Hex color #0025F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0025F2 is #FFDA0D. Grayscale: #303030. Windows color (decimal): -16767502 or 15869184. OLE color: 15869184.
HSL color Cylindrical-coordinate representation of color #0025F2: hue angle of 230.83º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0025F2 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 37 | 242 | - |
| CMYK | 1 | 0.85 | 0 | 0.05 |
| HSL | 230.83º | 1% | 0.47% | - |
| HSV(B) | 230.83º | 1% | 0.95% | - |
| XYZ | 16.69 | 7.73 | 84.62 | - |
| YUV | 49.31 | 236.74 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 242 | 1 | 0.85 | 0 | 0.05 | 230.83 | 1 | 0.47 |
| Hex | 0 | 25 | F2 | 64 | 55 | 0 | 5 | E7 | 64 | 2F |
| Octal | 0 | 45 | 362 | 144 | 125 | 0 | 5 | 347 | 144 | 57 |
| Binary | 0 | 100101 | 11110010 | 1100100 | 1010101 | 0 | 101 | 11100111 | 1100100 | 101111 |
Color Harmonies of #0025F2
Complementary color
Monochromatic Colors of #0025F2
Black with #0025F2
Text Example
Text Example
White with #0025F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0025F2; }
p { color: rgb(0,37,242); }
H1.HeaderClassName
{
color: #0025F2;
}
.AnyTagClassName
{
color: #0025F2;
}
</style>
background-color css
<style>
a { background-color: #0025F2; }
a { background-color: rgb(0,37,242); }
div.DivClassName
{
background-color: #0025F2;
}
.BgClassName
{
background-color: #0025F2;
}
</style>
border-color css
<style>
span { border-color: #0025F2; }
span { border-color: rgb(0,37,242); }
td.TdClassName
{
border-color: #0025F2;
}
.TagClassName
{
border-color: #0025F2;
}
</style>