Shades of Blue #251BFD
Tints of Blue #251BFD
RGB
CMYK
RGB Variations
Color information
#251BFD (or 0x251BFD) is known color: Blue. HEX triplet: 25, 1B and FD. RGB value is (37,27,253). Sum of RGB (Red+Green+Blue) = 37+27+253=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #251BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251BFD is #DAE402. Grayscale: #363636. Windows color (decimal): -14345219 or 16587557. OLE color: 16587557.
HSL color Cylindrical-coordinate representation of color #251BFD: hue angle of 242.65º degrees, saturation: 0.98, 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 #251BFD is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 27 | 253 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.01 |
| HSL | 242.65º | 0.98% | 0.55% | - |
| HSV(B) | 242.65º | 0.89% | 0.99% | - |
| XYZ | 18.88 | 8.27 | 93.53 | - |
| YUV | 55.75 | 239.31 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 253 | 0.85 | 0.89 | 0 | 0.01 | 242.65 | 0.98 | 0.55 |
| Hex | 25 | 1B | FD | 55 | 59 | 0 | 1 | F3 | 62 | 37 |
| Octal | 45 | 33 | 375 | 125 | 131 | 0 | 1 | 363 | 142 | 67 |
| Binary | 100101 | 11011 | 11111101 | 1010101 | 1011001 | 0 | 1 | 11110011 | 1100010 | 110111 |
Color Harmonies of #251BFD
Complementary color
Monochromatic Colors of #251BFD
Black with #251BFD
Text Example
Text Example
White with #251BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251BFD; }
p { color: rgb(37,27,253); }
H1.HeaderClassName
{
color: #251BFD;
}
.AnyTagClassName
{
color: #251BFD;
}
</style>
background-color css
<style>
a { background-color: #251BFD; }
a { background-color: rgb(37,27,253); }
div.DivClassName
{
background-color: #251BFD;
}
.BgClassName
{
background-color: #251BFD;
}
</style>
border-color css
<style>
span { border-color: #251BFD; }
span { border-color: rgb(37,27,253); }
td.TdClassName
{
border-color: #251BFD;
}
.TagClassName
{
border-color: #251BFD;
}
</style>