Shades of Blue #251BFE
Tints of Blue #251BFE
RGB
CMYK
RGB Variations
Color information
#251BFE (or 0x251BFE) is known color: Blue. HEX triplet: 25, 1B and FE. RGB value is (37,27,254). Sum of RGB (Red+Green+Blue) = 37+27+254=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 254 (99.61% from 255 or 79.87% from 318); Max value from RGB is 254 - color contains mainly: blue. Hex color #251BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251BFE is #DAE401. Grayscale: #363636. Windows color (decimal): -14345218 or 16653093. OLE color: 16653093.
HSL color Cylindrical-coordinate representation of color #251BFE: hue angle of 242.64º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251BFE is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 27 | 254 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.00 |
| HSL | 242.64º | 0.99% | 0.55% | - |
| HSV(B) | 242.64º | 0.89% | 1% | - |
| XYZ | 19.04 | 8.33 | 94.37 | - |
| YUV | 55.87 | 239.81 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 254 | 0.85 | 0.89 | 0 | 0.00 | 242.64 | 0.99 | 0.55 |
| Hex | 25 | 1B | FE | 55 | 59 | 0 | 0 | F3 | 63 | 37 |
| Octal | 45 | 33 | 376 | 125 | 131 | 0 | 0 | 363 | 143 | 67 |
| Binary | 100101 | 11011 | 11111110 | 1010101 | 1011001 | 0 | 0 | 11110011 | 1100011 | 110111 |
Color Harmonies of #251BFE
Complementary color
Monochromatic Colors of #251BFE
Black with #251BFE
Text Example
Text Example
White with #251BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251BFE; }
p { color: rgb(37,27,254); }
H1.HeaderClassName
{
color: #251BFE;
}
.AnyTagClassName
{
color: #251BFE;
}
</style>
background-color css
<style>
a { background-color: #251BFE; }
a { background-color: rgb(37,27,254); }
div.DivClassName
{
background-color: #251BFE;
}
.BgClassName
{
background-color: #251BFE;
}
</style>
border-color css
<style>
span { border-color: #251BFE; }
span { border-color: rgb(37,27,254); }
td.TdClassName
{
border-color: #251BFE;
}
.TagClassName
{
border-color: #251BFE;
}
</style>