Shades of Blue #251BF3
Tints of Blue #251BF3
RGB
CMYK
RGB Variations
Color information
#251BF3 (or 0x251BF3) is known color: Blue. HEX triplet: 25, 1B and F3. RGB value is (37,27,243). Sum of RGB (Red+Green+Blue) = 37+27+243=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 243 (95.31% from 255 or 79.15% from 307); Max value from RGB is 243 - color contains mainly: blue. Hex color #251BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251BF3 is #DAE40C. Grayscale: #353535. Windows color (decimal): -14345229 or 15932197. OLE color: 15932197.
HSL color Cylindrical-coordinate representation of color #251BF3: hue angle of 242.78º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251BF3 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 27 | 243 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.05 |
| HSL | 242.78º | 0.9% | 0.53% | - |
| HSV(B) | 242.78º | 0.89% | 0.95% | - |
| XYZ | 17.33 | 7.65 | 85.36 | - |
| YUV | 54.61 | 234.31 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 243 | 0.85 | 0.89 | 0 | 0.05 | 242.78 | 0.9 | 0.53 |
| Hex | 25 | 1B | F3 | 55 | 59 | 0 | 5 | F3 | 5A | 35 |
| Octal | 45 | 33 | 363 | 125 | 131 | 0 | 5 | 363 | 132 | 65 |
| Binary | 100101 | 11011 | 11110011 | 1010101 | 1011001 | 0 | 101 | 11110011 | 1011010 | 110101 |
Color Harmonies of #251BF3
Complementary color
Monochromatic Colors of #251BF3
Black with #251BF3
Text Example
Text Example
White with #251BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251BF3; }
p { color: rgb(37,27,243); }
H1.HeaderClassName
{
color: #251BF3;
}
.AnyTagClassName
{
color: #251BF3;
}
</style>
background-color css
<style>
a { background-color: #251BF3; }
a { background-color: rgb(37,27,243); }
div.DivClassName
{
background-color: #251BF3;
}
.BgClassName
{
background-color: #251BF3;
}
</style>
border-color css
<style>
span { border-color: #251BF3; }
span { border-color: rgb(37,27,243); }
td.TdClassName
{
border-color: #251BF3;
}
.TagClassName
{
border-color: #251BF3;
}
</style>