Shades of Blue #250BFA
Tints of Blue #250BFA
RGB
CMYK
RGB Variations
Color information
#250BFA (or 0x250BFA) is known color: Blue. HEX triplet: 25, 0B and FA. RGB value is (37,11,250). Sum of RGB (Red+Green+Blue) = 37+11+250=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 250 (98.05% from 255 or 83.89% from 298); Max value from RGB is 250 - color contains mainly: blue. Hex color #250BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250BFA is #DAF405. Grayscale: #2D2D2D. Windows color (decimal): -14349318 or 16386853. OLE color: 16386853.
HSL color Cylindrical-coordinate representation of color #250BFA: hue angle of 246.53º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250BFA is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 11 | 250 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.02 |
| HSL | 246.53º | 0.96% | 0.51% | - |
| HSV(B) | 246.53º | 0.96% | 0.98% | - |
| XYZ | 18.14 | 7.53 | 90.94 | - |
| YUV | 46.02 | 243.11 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 11 | 250 | 0.85 | 0.96 | 0 | 0.02 | 246.53 | 0.96 | 0.51 |
| Hex | 25 | B | FA | 55 | 60 | 0 | 2 | F7 | 60 | 33 |
| Octal | 45 | 13 | 372 | 125 | 140 | 0 | 2 | 367 | 140 | 63 |
| Binary | 100101 | 1011 | 11111010 | 1010101 | 1100000 | 0 | 10 | 11110111 | 1100000 | 110011 |
Color Harmonies of #250BFA
Complementary color
Monochromatic Colors of #250BFA
Black with #250BFA
Text Example
Text Example
White with #250BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250BFA; }
p { color: rgb(37,11,250); }
H1.HeaderClassName
{
color: #250BFA;
}
.AnyTagClassName
{
color: #250BFA;
}
</style>
background-color css
<style>
a { background-color: #250BFA; }
a { background-color: rgb(37,11,250); }
div.DivClassName
{
background-color: #250BFA;
}
.BgClassName
{
background-color: #250BFA;
}
</style>
border-color css
<style>
span { border-color: #250BFA; }
span { border-color: rgb(37,11,250); }
td.TdClassName
{
border-color: #250BFA;
}
.TagClassName
{
border-color: #250BFA;
}
</style>