Shades of Curious Blue #257EBA
Tints of Curious Blue #257EBA
RGB
CMYK
RGB Variations
Color information
#257EBA (or 0x257EBA) is known color: Curious Blue. HEX triplet: 25, 7E and BA. RGB value is (37,126,186). Sum of RGB (Red+Green+Blue) = 37+126+186=349 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.60% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #257EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EBA is #DA8145. Grayscale: #696969. Windows color (decimal): -14319942 or 12221989. OLE color: 12221989.
HSL color Cylindrical-coordinate representation of color #257EBA: hue angle of 204.16º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #257EBA is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 126 | 186 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.27 |
| HSL | 204.16º | 0.67% | 0.44% | - |
| HSV(B) | 204.16º | 0.8% | 0.73% | - |
| XYZ | 17.09 | 18.86 | 49.19 | - |
| YUV | 106.23 | 173.01 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 186 | 0.80 | 0.32 | 0 | 0.27 | 204.16 | 0.67 | 0.44 |
| Hex | 25 | 7E | BA | 50 | 20 | 0 | 1B | CC | 43 | 2C |
| Octal | 45 | 176 | 272 | 120 | 40 | 0 | 33 | 314 | 103 | 54 |
| Binary | 100101 | 1111110 | 10111010 | 1010000 | 100000 | 0 | 11011 | 11001100 | 1000011 | 101100 |
Color Harmonies of #257EBA
Complementary color
Monochromatic Colors of #257EBA
Black with #257EBA
Text Example
Text Example
White with #257EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257EBA; }
p { color: rgb(37,126,186); }
H1.HeaderClassName
{
color: #257EBA;
}
.AnyTagClassName
{
color: #257EBA;
}
</style>
background-color css
<style>
a { background-color: #257EBA; }
a { background-color: rgb(37,126,186); }
div.DivClassName
{
background-color: #257EBA;
}
.BgClassName
{
background-color: #257EBA;
}
</style>
border-color css
<style>
span { border-color: #257EBA; }
span { border-color: rgb(37,126,186); }
td.TdClassName
{
border-color: #257EBA;
}
.TagClassName
{
border-color: #257EBA;
}
</style>