Shades of Curious Blue #257DD5
Tints of Curious Blue #257DD5
RGB
CMYK
RGB Variations
Color information
#257DD5 (or 0x257DD5) is known color: Curious Blue. HEX triplet: 25, 7D and D5. RGB value is (37,125,213). Sum of RGB (Red+Green+Blue) = 37+125+213=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #257DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DD5 is #DA822A. Grayscale: #6C6C6C. Windows color (decimal): -14320171 or 13991205. OLE color: 13991205.
HSL color Cylindrical-coordinate representation of color #257DD5: hue angle of 210º degrees, saturation: 0.7, 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 #257DD5 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 125 | 213 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.16 |
| HSL | 210º | 0.7% | 0.49% | - |
| HSV(B) | 210º | 0.83% | 0.84% | - |
| XYZ | 20.11 | 19.86 | 65.73 | - |
| YUV | 108.72 | 186.85 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 213 | 0.83 | 0.41 | 0 | 0.16 | 210 | 0.7 | 0.49 |
| Hex | 25 | 7D | D5 | 53 | 29 | 0 | 10 | D2 | 46 | 31 |
| Octal | 45 | 175 | 325 | 123 | 51 | 0 | 20 | 322 | 106 | 61 |
| Binary | 100101 | 1111101 | 11010101 | 1010011 | 101001 | 0 | 10000 | 11010010 | 1000110 | 110001 |
Color Harmonies of #257DD5
Complementary color
Monochromatic Colors of #257DD5
Black with #257DD5
Text Example
Text Example
White with #257DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257DD5; }
p { color: rgb(37,125,213); }
H1.HeaderClassName
{
color: #257DD5;
}
.AnyTagClassName
{
color: #257DD5;
}
</style>
background-color css
<style>
a { background-color: #257DD5; }
a { background-color: rgb(37,125,213); }
div.DivClassName
{
background-color: #257DD5;
}
.BgClassName
{
background-color: #257DD5;
}
</style>
border-color css
<style>
span { border-color: #257DD5; }
span { border-color: rgb(37,125,213); }
td.TdClassName
{
border-color: #257DD5;
}
.TagClassName
{
border-color: #257DD5;
}
</style>