Shades of Curious Blue #257EBB
Tints of Curious Blue #257EBB
RGB
CMYK
RGB Variations
Color information
#257EBB (or 0x257EBB) is known color: Curious Blue. HEX triplet: 25, 7E and BB. RGB value is (37,126,187). Sum of RGB (Red+Green+Blue) = 37+126+187=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #257EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EBB is #DA8144. Grayscale: #6A6A6A. Windows color (decimal): -14319941 or 12287525. OLE color: 12287525.
HSL color Cylindrical-coordinate representation of color #257EBB: hue angle of 204.4º 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 #257EBB is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 126 | 187 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.27 |
| HSL | 204.4º | 0.67% | 0.44% | - |
| HSV(B) | 204.4º | 0.8% | 0.73% | - |
| XYZ | 17.19 | 18.9 | 49.76 | - |
| YUV | 106.34 | 173.51 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 187 | 0.80 | 0.33 | 0 | 0.27 | 204.4 | 0.67 | 0.44 |
| Hex | 25 | 7E | BB | 50 | 21 | 0 | 1B | CC | 43 | 2C |
| Octal | 45 | 176 | 273 | 120 | 41 | 0 | 33 | 314 | 103 | 54 |
| Binary | 100101 | 1111110 | 10111011 | 1010000 | 100001 | 0 | 11011 | 11001100 | 1000011 | 101100 |
Color Harmonies of #257EBB
Complementary color
Monochromatic Colors of #257EBB
Black with #257EBB
Text Example
Text Example
White with #257EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257EBB; }
p { color: rgb(37,126,187); }
H1.HeaderClassName
{
color: #257EBB;
}
.AnyTagClassName
{
color: #257EBB;
}
</style>
background-color css
<style>
a { background-color: #257EBB; }
a { background-color: rgb(37,126,187); }
div.DivClassName
{
background-color: #257EBB;
}
.BgClassName
{
background-color: #257EBB;
}
</style>
border-color css
<style>
span { border-color: #257EBB; }
span { border-color: rgb(37,126,187); }
td.TdClassName
{
border-color: #257EBB;
}
.TagClassName
{
border-color: #257EBB;
}
</style>