Shades of Blue #251CFC
Tints of Blue #251CFC
RGB
CMYK
RGB Variations
Color information
#251CFC (or 0x251CFC) is known color: Blue. HEX triplet: 25, 1C and FC. RGB value is (37,28,252). Sum of RGB (Red+Green+Blue) = 37+28+252=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 252 (98.83% from 255 or 79.50% from 317); Max value from RGB is 252 - color contains mainly: blue. Hex color #251CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251CFC is #DAE303. Grayscale: #373737. Windows color (decimal): -14344964 or 16522277. OLE color: 16522277.
HSL color Cylindrical-coordinate representation of color #251CFC: hue angle of 242.41º 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 #251CFC is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 28 | 252 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.01 |
| HSL | 242.41º | 0.97% | 0.55% | - |
| HSV(B) | 242.41º | 0.89% | 0.99% | - |
| XYZ | 18.75 | 8.25 | 92.7 | - |
| YUV | 56.23 | 238.48 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 28 | 252 | 0.85 | 0.89 | 0 | 0.01 | 242.41 | 0.97 | 0.55 |
| Hex | 25 | 1C | FC | 55 | 59 | 0 | 1 | F2 | 61 | 37 |
| Octal | 45 | 34 | 374 | 125 | 131 | 0 | 1 | 362 | 141 | 67 |
| Binary | 100101 | 11100 | 11111100 | 1010101 | 1011001 | 0 | 1 | 11110010 | 1100001 | 110111 |
Color Harmonies of #251CFC
Complementary color
Monochromatic Colors of #251CFC
Black with #251CFC
Text Example
Text Example
White with #251CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251CFC; }
p { color: rgb(37,28,252); }
H1.HeaderClassName
{
color: #251CFC;
}
.AnyTagClassName
{
color: #251CFC;
}
</style>
background-color css
<style>
a { background-color: #251CFC; }
a { background-color: rgb(37,28,252); }
div.DivClassName
{
background-color: #251CFC;
}
.BgClassName
{
background-color: #251CFC;
}
</style>
border-color css
<style>
span { border-color: #251CFC; }
span { border-color: rgb(37,28,252); }
td.TdClassName
{
border-color: #251CFC;
}
.TagClassName
{
border-color: #251CFC;
}
</style>