Shades of Curious Blue #257ECC
Tints of Curious Blue #257ECC
RGB
CMYK
RGB Variations
Color information
#257ECC (or 0x257ECC) is known color: Curious Blue. HEX triplet: 25, 7E and CC. RGB value is (37,126,204). Sum of RGB (Red+Green+Blue) = 37+126+204=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #257ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257ECC is #DA8133. Grayscale: #6B6B6B. Windows color (decimal): -14319924 or 13401637. OLE color: 13401637.
HSL color Cylindrical-coordinate representation of color #257ECC: hue angle of 208.02º 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 #257ECC is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 126 | 204 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.2 |
| HSL | 208.02º | 0.69% | 0.47% | - |
| HSV(B) | 208.02º | 0.82% | 0.8% | - |
| XYZ | 19.12 | 19.67 | 59.92 | - |
| YUV | 108.28 | 182.01 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 204 | 0.82 | 0.38 | 0 | 0.2 | 208.02 | 0.69 | 0.47 |
| Hex | 25 | 7E | CC | 52 | 26 | 0 | 14 | D0 | 45 | 2F |
| Octal | 45 | 176 | 314 | 122 | 46 | 0 | 24 | 320 | 105 | 57 |
| Binary | 100101 | 1111110 | 11001100 | 1010010 | 100110 | 0 | 10100 | 11010000 | 1000101 | 101111 |
Color Harmonies of #257ECC
Complementary color
Monochromatic Colors of #257ECC
Black with #257ECC
Text Example
Text Example
White with #257ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257ECC; }
p { color: rgb(37,126,204); }
H1.HeaderClassName
{
color: #257ECC;
}
.AnyTagClassName
{
color: #257ECC;
}
</style>
background-color css
<style>
a { background-color: #257ECC; }
a { background-color: rgb(37,126,204); }
div.DivClassName
{
background-color: #257ECC;
}
.BgClassName
{
background-color: #257ECC;
}
</style>
border-color css
<style>
span { border-color: #257ECC; }
span { border-color: rgb(37,126,204); }
td.TdClassName
{
border-color: #257ECC;
}
.TagClassName
{
border-color: #257ECC;
}
</style>