Shades of Curious Blue #258DD0
Tints of Curious Blue #258DD0
RGB
CMYK
RGB Variations
Color information
#258DD0 (or 0x258DD0) is known color: Curious Blue. HEX triplet: 25, 8D and D0. RGB value is (37,141,208). Sum of RGB (Red+Green+Blue) = 37+141+208=386 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.59% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #258DD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258DD0 is #DA722F. Grayscale: #757575. Windows color (decimal): -14316080 or 13667621. OLE color: 13667621.
HSL color Cylindrical-coordinate representation of color #258DD0: hue angle of 203.51º 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 #258DD0 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 141 | 208 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.18 |
| HSL | 203.51º | 0.7% | 0.48% | - |
| HSV(B) | 203.51º | 0.82% | 0.82% | - |
| XYZ | 21.67 | 24 | 63.16 | - |
| YUV | 117.54 | 179.04 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 208 | 0.82 | 0.32 | 0 | 0.18 | 203.51 | 0.7 | 0.48 |
| Hex | 25 | 8D | D0 | 52 | 20 | 0 | 12 | CC | 46 | 30 |
| Octal | 45 | 215 | 320 | 122 | 40 | 0 | 22 | 314 | 106 | 60 |
| Binary | 100101 | 10001101 | 11010000 | 1010010 | 100000 | 0 | 10010 | 11001100 | 1000110 | 110000 |
Color Harmonies of #258DD0
Complementary color
Monochromatic Colors of #258DD0
Black with #258DD0
Text Example
Text Example
White with #258DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258DD0; }
p { color: rgb(37,141,208); }
H1.HeaderClassName
{
color: #258DD0;
}
.AnyTagClassName
{
color: #258DD0;
}
</style>
background-color css
<style>
a { background-color: #258DD0; }
a { background-color: rgb(37,141,208); }
div.DivClassName
{
background-color: #258DD0;
}
.BgClassName
{
background-color: #258DD0;
}
</style>
border-color css
<style>
span { border-color: #258DD0; }
span { border-color: rgb(37,141,208); }
td.TdClassName
{
border-color: #258DD0;
}
.TagClassName
{
border-color: #258DD0;
}
</style>