Shades of Curious Blue #257ACD
Tints of Curious Blue #257ACD
RGB
CMYK
RGB Variations
Color information
#257ACD (or 0x257ACD) is known color: Curious Blue. HEX triplet: 25, 7A and CD. RGB value is (37,122,205). Sum of RGB (Red+Green+Blue) = 37+122+205=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #257ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257ACD is #DA8532. Grayscale: #696969. Windows color (decimal): -14320947 or 13466149. OLE color: 13466149.
HSL color Cylindrical-coordinate representation of color #257ACD: hue angle of 209.64º 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 #257ACD is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 122 | 205 | - |
| CMYK | 0.82 | 0.40 | 0 | 0.20 |
| HSL | 209.64º | 0.69% | 0.47% | - |
| HSV(B) | 209.64º | 0.82% | 0.8% | - |
| XYZ | 18.74 | 18.72 | 60.38 | - |
| YUV | 106.05 | 183.84 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 205 | 0.82 | 0.40 | 0 | 0.20 | 209.64 | 0.69 | 0.47 |
| Hex | 25 | 7A | CD | 52 | 28 | 0 | 14 | D2 | 45 | 2F |
| Octal | 45 | 172 | 315 | 122 | 50 | 0 | 24 | 322 | 105 | 57 |
| Binary | 100101 | 1111010 | 11001101 | 1010010 | 101000 | 0 | 10100 | 11010010 | 1000101 | 101111 |
Color Harmonies of #257ACD
Complementary color
Monochromatic Colors of #257ACD
Black with #257ACD
Text Example
Text Example
White with #257ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257ACD; }
p { color: rgb(37,122,205); }
H1.HeaderClassName
{
color: #257ACD;
}
.AnyTagClassName
{
color: #257ACD;
}
</style>
background-color css
<style>
a { background-color: #257ACD; }
a { background-color: rgb(37,122,205); }
div.DivClassName
{
background-color: #257ACD;
}
.BgClassName
{
background-color: #257ACD;
}
</style>
border-color css
<style>
span { border-color: #257ACD; }
span { border-color: rgb(37,122,205); }
td.TdClassName
{
border-color: #257ACD;
}
.TagClassName
{
border-color: #257ACD;
}
</style>