Shades of Curious Blue #257EC0
Tints of Curious Blue #257EC0
RGB
CMYK
RGB Variations
Color information
#257EC0 (or 0x257EC0) is known color: Curious Blue. HEX triplet: 25, 7E and C0. RGB value is (37,126,192). Sum of RGB (Red+Green+Blue) = 37+126+192=355 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.42% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #257EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257EC0 is #DA813F. Grayscale: #6A6A6A. Windows color (decimal): -14319936 or 12615205. OLE color: 12615205.
HSL color Cylindrical-coordinate representation of color #257EC0: hue angle of 205.55º degrees, saturation: 0.68, 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 #257EC0 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 126 | 192 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.25 |
| HSL | 205.55º | 0.68% | 0.45% | - |
| HSV(B) | 205.55º | 0.81% | 0.75% | - |
| XYZ | 17.74 | 19.12 | 52.62 | - |
| YUV | 106.91 | 176.01 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 192 | 0.81 | 0.34 | 0 | 0.25 | 205.55 | 0.68 | 0.45 |
| Hex | 25 | 7E | C0 | 51 | 22 | 0 | 19 | CE | 44 | 2D |
| Octal | 45 | 176 | 300 | 121 | 42 | 0 | 31 | 316 | 104 | 55 |
| Binary | 100101 | 1111110 | 11000000 | 1010001 | 100010 | 0 | 11001 | 11001110 | 1000100 | 101101 |
Color Harmonies of #257EC0
Complementary color
Monochromatic Colors of #257EC0
Black with #257EC0
Text Example
Text Example
White with #257EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257EC0; }
p { color: rgb(37,126,192); }
H1.HeaderClassName
{
color: #257EC0;
}
.AnyTagClassName
{
color: #257EC0;
}
</style>
background-color css
<style>
a { background-color: #257EC0; }
a { background-color: rgb(37,126,192); }
div.DivClassName
{
background-color: #257EC0;
}
.BgClassName
{
background-color: #257EC0;
}
</style>
border-color css
<style>
span { border-color: #257EC0; }
span { border-color: rgb(37,126,192); }
td.TdClassName
{
border-color: #257EC0;
}
.TagClassName
{
border-color: #257EC0;
}
</style>