Shades of Curious Blue #257DCD
Tints of Curious Blue #257DCD
RGB
CMYK
RGB Variations
Color information
#257DCD (or 0x257DCD) is known color: Curious Blue. HEX triplet: 25, 7D and CD. RGB value is (37,125,205). Sum of RGB (Red+Green+Blue) = 37+125+205=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #257DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257DCD is #DA8232. Grayscale: #6B6B6B. Windows color (decimal): -14320179 or 13466917. OLE color: 13466917.
HSL color Cylindrical-coordinate representation of color #257DCD: hue angle of 208.57º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257DCD is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 125 | 205 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.20 |
| HSL | 208.57º | 0.69% | 0.47% | - |
| HSV(B) | 208.57º | 0.82% | 0.8% | - |
| XYZ | 19.12 | 19.47 | 60.51 | - |
| YUV | 107.81 | 182.85 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 205 | 0.82 | 0.39 | 0 | 0.20 | 208.57 | 0.69 | 0.47 |
| Hex | 25 | 7D | CD | 52 | 27 | 0 | 14 | D1 | 45 | 2F |
| Octal | 45 | 175 | 315 | 122 | 47 | 0 | 24 | 321 | 105 | 57 |
| Binary | 100101 | 1111101 | 11001101 | 1010010 | 100111 | 0 | 10100 | 11010001 | 1000101 | 101111 |
Color Harmonies of #257DCD
Complementary color
Monochromatic Colors of #257DCD
Black with #257DCD
Text Example
Text Example
White with #257DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257DCD; }
p { color: rgb(37,125,205); }
H1.HeaderClassName
{
color: #257DCD;
}
.AnyTagClassName
{
color: #257DCD;
}
</style>
background-color css
<style>
a { background-color: #257DCD; }
a { background-color: rgb(37,125,205); }
div.DivClassName
{
background-color: #257DCD;
}
.BgClassName
{
background-color: #257DCD;
}
</style>
border-color css
<style>
span { border-color: #257DCD; }
span { border-color: rgb(37,125,205); }
td.TdClassName
{
border-color: #257DCD;
}
.TagClassName
{
border-color: #257DCD;
}
</style>