Shades of Curious Blue #257DBD
Tints of Curious Blue #257DBD
RGB
CMYK
RGB Variations
Color information
#257DBD (or 0x257DBD) is known color: Curious Blue. HEX triplet: 25, 7D and BD. RGB value is (37,125,189). Sum of RGB (Red+Green+Blue) = 37+125+189=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #257DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DBD is #DA8242. Grayscale: #696969. Windows color (decimal): -14320195 or 12418341. OLE color: 12418341.
HSL color Cylindrical-coordinate representation of color #257DBD: hue angle of 205.26º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #257DBD is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 125 | 189 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.26 |
| HSL | 205.26º | 0.67% | 0.44% | - |
| HSV(B) | 205.26º | 0.8% | 0.74% | - |
| XYZ | 17.28 | 18.73 | 50.85 | - |
| YUV | 105.98 | 174.85 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 189 | 0.80 | 0.34 | 0 | 0.26 | 205.26 | 0.67 | 0.44 |
| Hex | 25 | 7D | BD | 50 | 22 | 0 | 1A | CD | 43 | 2C |
| Octal | 45 | 175 | 275 | 120 | 42 | 0 | 32 | 315 | 103 | 54 |
| Binary | 100101 | 1111101 | 10111101 | 1010000 | 100010 | 0 | 11010 | 11001101 | 1000011 | 101100 |
Color Harmonies of #257DBD
Complementary color
Monochromatic Colors of #257DBD
Black with #257DBD
Text Example
Text Example
White with #257DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257DBD; }
p { color: rgb(37,125,189); }
H1.HeaderClassName
{
color: #257DBD;
}
.AnyTagClassName
{
color: #257DBD;
}
</style>
background-color css
<style>
a { background-color: #257DBD; }
a { background-color: rgb(37,125,189); }
div.DivClassName
{
background-color: #257DBD;
}
.BgClassName
{
background-color: #257DBD;
}
</style>
border-color css
<style>
span { border-color: #257DBD; }
span { border-color: rgb(37,125,189); }
td.TdClassName
{
border-color: #257DBD;
}
.TagClassName
{
border-color: #257DBD;
}
</style>