Shades of Curious Blue #257ED2
Tints of Curious Blue #257ED2
RGB
CMYK
RGB Variations
Color information
#257ED2 (or 0x257ED2) is known color: Curious Blue. HEX triplet: 25, 7E and D2. RGB value is (37,126,210). Sum of RGB (Red+Green+Blue) = 37+126+210=373 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.92% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 210 (82.42% from 255 or 56.30% from 373); Max value from RGB is 210 - color contains mainly: blue. Hex color #257ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257ED2 is #DA812D. Grayscale: #6C6C6C. Windows color (decimal): -14319918 or 13794853. OLE color: 13794853.
HSL color Cylindrical-coordinate representation of color #257ED2: hue angle of 209.13º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257ED2 is Cyan = 0.82, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 126 | 210 | - |
| CMYK | 0.82 | 0.4 | 0 | 0.18 |
| HSL | 209.13º | 0.7% | 0.48% | - |
| HSV(B) | 209.13º | 0.82% | 0.82% | - |
| XYZ | 19.86 | 19.97 | 63.78 | - |
| YUV | 108.97 | 185.01 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 210 | 0.82 | 0.4 | 0 | 0.18 | 209.13 | 0.7 | 0.48 |
| Hex | 25 | 7E | D2 | 52 | 28 | 0 | 12 | D1 | 46 | 30 |
| Octal | 45 | 176 | 322 | 122 | 50 | 0 | 22 | 321 | 106 | 60 |
| Binary | 100101 | 1111110 | 11010010 | 1010010 | 101000 | 0 | 10010 | 11010001 | 1000110 | 110000 |
Color Harmonies of #257ED2
Complementary color
Monochromatic Colors of #257ED2
Black with #257ED2
Text Example
Text Example
White with #257ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257ED2; }
p { color: rgb(37,126,210); }
H1.HeaderClassName
{
color: #257ED2;
}
.AnyTagClassName
{
color: #257ED2;
}
</style>
background-color css
<style>
a { background-color: #257ED2; }
a { background-color: rgb(37,126,210); }
div.DivClassName
{
background-color: #257ED2;
}
.BgClassName
{
background-color: #257ED2;
}
</style>
border-color css
<style>
span { border-color: #257ED2; }
span { border-color: rgb(37,126,210); }
td.TdClassName
{
border-color: #257ED2;
}
.TagClassName
{
border-color: #257ED2;
}
</style>