Shades of Blue #250BFD
Tints of Blue #250BFD
RGB
CMYK
RGB Variations
Color information
#250BFD (or 0x250BFD) is known color: Blue. HEX triplet: 25, 0B and FD. RGB value is (37,11,253). Sum of RGB (Red+Green+Blue) = 37+11+253=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 253 (99.22% from 255 or 84.05% from 301); Max value from RGB is 253 - color contains mainly: blue. Hex color #250BFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250BFD is #DAF402. Grayscale: #2D2D2D. Windows color (decimal): -14349315 or 16583461. OLE color: 16583461.
HSL color Cylindrical-coordinate representation of color #250BFD: hue angle of 246.45º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250BFD is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 11 | 253 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.01 |
| HSL | 246.45º | 0.98% | 0.52% | - |
| HSV(B) | 246.45º | 0.96% | 0.99% | - |
| XYZ | 18.61 | 7.72 | 93.44 | - |
| YUV | 46.36 | 244.61 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 253 | 0.85 | 0.96 | 0 | 0.01 | 246.45 | 0.98 | 0.52 |
| Hex | 25 | B | FD | 55 | 60 | 0 | 1 | F6 | 62 | 34 |
| Octal | 45 | 13 | 375 | 125 | 140 | 0 | 1 | 366 | 142 | 64 |
| Binary | 100101 | 1011 | 11111101 | 1010101 | 1100000 | 0 | 1 | 11110110 | 1100010 | 110100 |
Color Harmonies of #250BFD
Complementary color
Monochromatic Colors of #250BFD
Black with #250BFD
Text Example
Text Example
White with #250BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250BFD; }
p { color: rgb(37,11,253); }
H1.HeaderClassName
{
color: #250BFD;
}
.AnyTagClassName
{
color: #250BFD;
}
</style>
background-color css
<style>
a { background-color: #250BFD; }
a { background-color: rgb(37,11,253); }
div.DivClassName
{
background-color: #250BFD;
}
.BgClassName
{
background-color: #250BFD;
}
</style>
border-color css
<style>
span { border-color: #250BFD; }
span { border-color: rgb(37,11,253); }
td.TdClassName
{
border-color: #250BFD;
}
.TagClassName
{
border-color: #250BFD;
}
</style>