Shades of Blue #251BFC
Tints of Blue #251BFC
RGB
CMYK
RGB Variations
Color information
#251BFC (or 0x251BFC) is known color: Blue. HEX triplet: 25, 1B and FC. RGB value is (37,27,252). Sum of RGB (Red+Green+Blue) = 37+27+252=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 252 (98.83% from 255 or 79.75% from 316); Max value from RGB is 252 - color contains mainly: blue. Hex color #251BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251BFC is #DAE403. Grayscale: #363636. Windows color (decimal): -14345220 or 16522021. OLE color: 16522021.
HSL color Cylindrical-coordinate representation of color #251BFC: hue angle of 242.67º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251BFC is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 27 | 252 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.01 |
| HSL | 242.67º | 0.97% | 0.55% | - |
| HSV(B) | 242.67º | 0.89% | 0.99% | - |
| XYZ | 18.73 | 8.21 | 92.69 | - |
| YUV | 55.64 | 238.81 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 252 | 0.85 | 0.89 | 0 | 0.01 | 242.67 | 0.97 | 0.55 |
| Hex | 25 | 1B | FC | 55 | 59 | 0 | 1 | F3 | 61 | 37 |
| Octal | 45 | 33 | 374 | 125 | 131 | 0 | 1 | 363 | 141 | 67 |
| Binary | 100101 | 11011 | 11111100 | 1010101 | 1011001 | 0 | 1 | 11110011 | 1100001 | 110111 |
Color Harmonies of #251BFC
Complementary color
Monochromatic Colors of #251BFC
Black with #251BFC
Text Example
Text Example
White with #251BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251BFC; }
p { color: rgb(37,27,252); }
H1.HeaderClassName
{
color: #251BFC;
}
.AnyTagClassName
{
color: #251BFC;
}
</style>
background-color css
<style>
a { background-color: #251BFC; }
a { background-color: rgb(37,27,252); }
div.DivClassName
{
background-color: #251BFC;
}
.BgClassName
{
background-color: #251BFC;
}
</style>
border-color css
<style>
span { border-color: #251BFC; }
span { border-color: rgb(37,27,252); }
td.TdClassName
{
border-color: #251BFC;
}
.TagClassName
{
border-color: #251BFC;
}
</style>