Shades of Medium Blue #250ACF
Tints of Medium Blue #250ACF
RGB
CMYK
RGB Variations
Color information
#250ACF (or 0x250ACF) is known color: Medium Blue. HEX triplet: 25, 0A and CF. RGB value is (37,10,207). Sum of RGB (Red+Green+Blue) = 37+10+207=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 207 (81.25% from 255 or 81.50% from 254); Max value from RGB is 207 - color contains mainly: blue. Hex color #250ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #250ACF is #DAF530. Grayscale: #272727. Windows color (decimal): -14349617 or 13568549. OLE color: 13568549.
HSL color Cylindrical-coordinate representation of color #250ACF: hue angle of 248.22º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250ACF is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 10 | 207 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.19 |
| HSL | 248.22º | 0.91% | 0.43% | - |
| HSV(B) | 248.22º | 0.95% | 0.81% | - |
| XYZ | 12.13 | 5.12 | 59.38 | - |
| YUV | 40.53 | 221.95 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 10 | 207 | 0.82 | 0.95 | 0 | 0.19 | 248.22 | 0.91 | 0.43 |
| Hex | 25 | A | CF | 52 | 5F | 0 | 13 | F8 | 5B | 2B |
| Octal | 45 | 12 | 317 | 122 | 137 | 0 | 23 | 370 | 133 | 53 |
| Binary | 100101 | 1010 | 11001111 | 1010010 | 1011111 | 0 | 10011 | 11111000 | 1011011 | 101011 |
Color Harmonies of #250ACF
Complementary color
Monochromatic Colors of #250ACF
Black with #250ACF
Text Example
Text Example
White with #250ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #250ACF; }
p { color: rgb(37,10,207); }
H1.HeaderClassName
{
color: #250ACF;
}
.AnyTagClassName
{
color: #250ACF;
}
</style>
background-color css
<style>
a { background-color: #250ACF; }
a { background-color: rgb(37,10,207); }
div.DivClassName
{
background-color: #250ACF;
}
.BgClassName
{
background-color: #250ACF;
}
</style>
border-color css
<style>
span { border-color: #250ACF; }
span { border-color: rgb(37,10,207); }
td.TdClassName
{
border-color: #250ACF;
}
.TagClassName
{
border-color: #250ACF;
}
</style>