Shades of Curious Blue #257ED6
Tints of Curious Blue #257ED6
RGB
CMYK
RGB Variations
Color information
#257ED6 (or 0x257ED6) is known color: Curious Blue. HEX triplet: 25, 7E and D6. RGB value is (37,126,214). Sum of RGB (Red+Green+Blue) = 37+126+214=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #257ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257ED6 is #DA8129. Grayscale: #6C6C6C. Windows color (decimal): -14319914 or 14056997. OLE color: 14056997.
HSL color Cylindrical-coordinate representation of color #257ED6: hue angle of 209.83º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #257ED6 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 126 | 214 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.16 |
| HSL | 209.83º | 0.71% | 0.49% | - |
| HSV(B) | 209.83º | 0.83% | 0.84% | - |
| XYZ | 20.36 | 20.17 | 66.44 | - |
| YUV | 109.42 | 187.01 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 214 | 0.83 | 0.41 | 0 | 0.16 | 209.83 | 0.71 | 0.49 |
| Hex | 25 | 7E | D6 | 53 | 29 | 0 | 10 | D2 | 47 | 31 |
| Octal | 45 | 176 | 326 | 123 | 51 | 0 | 20 | 322 | 107 | 61 |
| Binary | 100101 | 1111110 | 11010110 | 1010011 | 101001 | 0 | 10000 | 11010010 | 1000111 | 110001 |
Color Harmonies of #257ED6
Complementary color
Monochromatic Colors of #257ED6
Black with #257ED6
Text Example
Text Example
White with #257ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257ED6; }
p { color: rgb(37,126,214); }
H1.HeaderClassName
{
color: #257ED6;
}
.AnyTagClassName
{
color: #257ED6;
}
</style>
background-color css
<style>
a { background-color: #257ED6; }
a { background-color: rgb(37,126,214); }
div.DivClassName
{
background-color: #257ED6;
}
.BgClassName
{
background-color: #257ED6;
}
</style>
border-color css
<style>
span { border-color: #257ED6; }
span { border-color: rgb(37,126,214); }
td.TdClassName
{
border-color: #257ED6;
}
.TagClassName
{
border-color: #257ED6;
}
</style>