Shades of Curious Blue #257EBE
Tints of Curious Blue #257EBE
RGB
CMYK
RGB Variations
Color information
#257EBE (or 0x257EBE) is known color: Curious Blue. HEX triplet: 25, 7E and BE. RGB value is (37,126,190). Sum of RGB (Red+Green+Blue) = 37+126+190=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #257EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EBE is #DA8141. Grayscale: #6A6A6A. Windows color (decimal): -14319938 or 12484133. OLE color: 12484133.
HSL color Cylindrical-coordinate representation of color #257EBE: hue angle of 205.1º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #257EBE is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 126 | 190 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.25 |
| HSL | 205.1º | 0.67% | 0.45% | - |
| HSV(B) | 205.1º | 0.81% | 0.75% | - |
| XYZ | 17.52 | 19.03 | 51.47 | - |
| YUV | 106.69 | 175.01 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 190 | 0.81 | 0.34 | 0 | 0.25 | 205.1 | 0.67 | 0.45 |
| Hex | 25 | 7E | BE | 51 | 22 | 0 | 19 | CD | 43 | 2D |
| Octal | 45 | 176 | 276 | 121 | 42 | 0 | 31 | 315 | 103 | 55 |
| Binary | 100101 | 1111110 | 10111110 | 1010001 | 100010 | 0 | 11001 | 11001101 | 1000011 | 101101 |
Color Harmonies of #257EBE
Complementary color
Monochromatic Colors of #257EBE
Black with #257EBE
Text Example
Text Example
White with #257EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257EBE; }
p { color: rgb(37,126,190); }
H1.HeaderClassName
{
color: #257EBE;
}
.AnyTagClassName
{
color: #257EBE;
}
</style>
background-color css
<style>
a { background-color: #257EBE; }
a { background-color: rgb(37,126,190); }
div.DivClassName
{
background-color: #257EBE;
}
.BgClassName
{
background-color: #257EBE;
}
</style>
border-color css
<style>
span { border-color: #257EBE; }
span { border-color: rgb(37,126,190); }
td.TdClassName
{
border-color: #257EBE;
}
.TagClassName
{
border-color: #257EBE;
}
</style>