Shades of Blue #0124FE
Tints of Blue #0124FE
RGB
CMYK
RGB Variations
Color information
#0124FE (or 0x0124FE) is known color: Blue. HEX triplet: 01, 24 and FE. RGB value is (1,36,254). Sum of RGB (Red+Green+Blue) = 1+36+254=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 254 (99.61% from 255 or 87.29% from 291); Max value from RGB is 254 - color contains mainly: blue. Hex color #0124FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0124FE is #FEDB01. Grayscale: #313131. Windows color (decimal): -16702210 or 16655361. OLE color: 16655361.
HSL color Cylindrical-coordinate representation of color #0124FE: hue angle of 231.7º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0124FE is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 36 | 254 | - |
| CMYK | 1.00 | 0.86 | 0 | 0.00 |
| HSL | 231.7º | 0.99% | 0.5% | - |
| HSV(B) | 231.7º | 1% | 1% | - |
| XYZ | 18.53 | 8.42 | 94.42 | - |
| YUV | 50.39 | 242.9 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 254 | 1.00 | 0.86 | 0 | 0.00 | 231.7 | 0.99 | 0.5 |
| Hex | 1 | 24 | FE | 64 | 56 | 0 | 0 | E8 | 63 | 32 |
| Octal | 1 | 44 | 376 | 144 | 126 | 0 | 0 | 350 | 143 | 62 |
| Binary | 1 | 100100 | 11111110 | 1100100 | 1010110 | 0 | 0 | 11101000 | 1100011 | 110010 |
Color Harmonies of #0124FE
Complementary color
Monochromatic Colors of #0124FE
Black with #0124FE
Text Example
Text Example
White with #0124FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0124FE; }
p { color: rgb(1,36,254); }
H1.HeaderClassName
{
color: #0124FE;
}
.AnyTagClassName
{
color: #0124FE;
}
</style>
background-color css
<style>
a { background-color: #0124FE; }
a { background-color: rgb(1,36,254); }
div.DivClassName
{
background-color: #0124FE;
}
.BgClassName
{
background-color: #0124FE;
}
</style>
border-color css
<style>
span { border-color: #0124FE; }
span { border-color: rgb(1,36,254); }
td.TdClassName
{
border-color: #0124FE;
}
.TagClassName
{
border-color: #0124FE;
}
</style>