Shades of Curious Blue #257ECB
Tints of Curious Blue #257ECB
RGB
CMYK
RGB Variations
Color information
#257ECB (or 0x257ECB) is known color: Curious Blue. HEX triplet: 25, 7E and CB. RGB value is (37,126,203). Sum of RGB (Red+Green+Blue) = 37+126+203=366 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.11% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #257ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257ECB is #DA8134. Grayscale: #6B6B6B. Windows color (decimal): -14319925 or 13336101. OLE color: 13336101.
HSL color Cylindrical-coordinate representation of color #257ECB: hue angle of 207.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257ECB is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 126 | 203 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.20 |
| HSL | 207.83º | 0.69% | 0.47% | - |
| HSV(B) | 207.83º | 0.82% | 0.8% | - |
| XYZ | 19 | 19.63 | 59.29 | - |
| YUV | 108.17 | 181.51 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 203 | 0.82 | 0.38 | 0 | 0.20 | 207.83 | 0.69 | 0.47 |
| Hex | 25 | 7E | CB | 52 | 26 | 0 | 14 | D0 | 45 | 2F |
| Octal | 45 | 176 | 313 | 122 | 46 | 0 | 24 | 320 | 105 | 57 |
| Binary | 100101 | 1111110 | 11001011 | 1010010 | 100110 | 0 | 10100 | 11010000 | 1000101 | 101111 |
Color Harmonies of #257ECB
Complementary color
Monochromatic Colors of #257ECB
Black with #257ECB
Text Example
Text Example
White with #257ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257ECB; }
p { color: rgb(37,126,203); }
H1.HeaderClassName
{
color: #257ECB;
}
.AnyTagClassName
{
color: #257ECB;
}
</style>
background-color css
<style>
a { background-color: #257ECB; }
a { background-color: rgb(37,126,203); }
div.DivClassName
{
background-color: #257ECB;
}
.BgClassName
{
background-color: #257ECB;
}
</style>
border-color css
<style>
span { border-color: #257ECB; }
span { border-color: rgb(37,126,203); }
td.TdClassName
{
border-color: #257ECB;
}
.TagClassName
{
border-color: #257ECB;
}
</style>