Shades of Blue #251BEE
Tints of Blue #251BEE
RGB
CMYK
RGB Variations
Color information
#251BEE (or 0x251BEE) is known color: Blue. HEX triplet: 25, 1B and EE. RGB value is (37,27,238). Sum of RGB (Red+Green+Blue) = 37+27+238=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 238 (93.36% from 255 or 78.81% from 302); Max value from RGB is 238 - color contains mainly: blue. Hex color #251BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251BEE is #DAE411. Grayscale: #353535. Windows color (decimal): -14345234 or 15604517. OLE color: 15604517.
HSL color Cylindrical-coordinate representation of color #251BEE: hue angle of 242.84º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251BEE is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 27 | 238 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.07 |
| HSL | 242.84º | 0.86% | 0.52% | - |
| HSV(B) | 242.84º | 0.89% | 0.93% | - |
| XYZ | 16.59 | 7.35 | 81.43 | - |
| YUV | 54.04 | 231.81 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 238 | 0.84 | 0.89 | 0 | 0.07 | 242.84 | 0.86 | 0.52 |
| Hex | 25 | 1B | EE | 54 | 59 | 0 | 7 | F3 | 56 | 34 |
| Octal | 45 | 33 | 356 | 124 | 131 | 0 | 7 | 363 | 126 | 64 |
| Binary | 100101 | 11011 | 11101110 | 1010100 | 1011001 | 0 | 111 | 11110011 | 1010110 | 110100 |
Color Harmonies of #251BEE
Complementary color
Monochromatic Colors of #251BEE
Black with #251BEE
Text Example
Text Example
White with #251BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251BEE; }
p { color: rgb(37,27,238); }
H1.HeaderClassName
{
color: #251BEE;
}
.AnyTagClassName
{
color: #251BEE;
}
</style>
background-color css
<style>
a { background-color: #251BEE; }
a { background-color: rgb(37,27,238); }
div.DivClassName
{
background-color: #251BEE;
}
.BgClassName
{
background-color: #251BEE;
}
</style>
border-color css
<style>
span { border-color: #251BEE; }
span { border-color: rgb(37,27,238); }
td.TdClassName
{
border-color: #251BEE;
}
.TagClassName
{
border-color: #251BEE;
}
</style>