Shades of Blue #0025FC
Tints of Blue #0025FC
RGB
CMYK
RGB Variations
Color information
#0025FC (or 0x0025FC) is known color: Blue. HEX triplet: 00, 25 and FC. RGB value is (0,37,252). Sum of RGB (Red+Green+Blue) = 0+37+252=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 252 (98.83% from 255 or 87.20% from 289); Max value from RGB is 252 - color contains mainly: blue. Hex color #0025FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0025FC is #FFDA03. Grayscale: #313131. Windows color (decimal): -16767492 or 16524544. OLE color: 16524544.
HSL color Cylindrical-coordinate representation of color #0025FC: hue angle of 231.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0025FC is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 37 | 252 | - |
| CMYK | 1 | 0.85 | 0 | 0.01 |
| HSL | 231.19º | 1% | 0.49% | - |
| HSV(B) | 231.19º | 1% | 0.99% | - |
| XYZ | 18.23 | 8.35 | 92.75 | - |
| YUV | 50.45 | 241.74 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 37 | 252 | 1 | 0.85 | 0 | 0.01 | 231.19 | 1 | 0.49 |
| Hex | 0 | 25 | FC | 64 | 55 | 0 | 1 | E7 | 64 | 31 |
| Octal | 0 | 45 | 374 | 144 | 125 | 0 | 1 | 347 | 144 | 61 |
| Binary | 0 | 100101 | 11111100 | 1100100 | 1010101 | 0 | 1 | 11100111 | 1100100 | 110001 |
Color Harmonies of #0025FC
Complementary color
Monochromatic Colors of #0025FC
Black with #0025FC
Text Example
Text Example
White with #0025FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0025FC; }
p { color: rgb(0,37,252); }
H1.HeaderClassName
{
color: #0025FC;
}
.AnyTagClassName
{
color: #0025FC;
}
</style>
background-color css
<style>
a { background-color: #0025FC; }
a { background-color: rgb(0,37,252); }
div.DivClassName
{
background-color: #0025FC;
}
.BgClassName
{
background-color: #0025FC;
}
</style>
border-color css
<style>
span { border-color: #0025FC; }
span { border-color: rgb(0,37,252); }
td.TdClassName
{
border-color: #0025FC;
}
.TagClassName
{
border-color: #0025FC;
}
</style>