Shades of Curious Blue #258DCC
Tints of Curious Blue #258DCC
RGB
CMYK
RGB Variations
Color information
#258DCC (or 0x258DCC) is known color: Curious Blue. HEX triplet: 25, 8D and CC. RGB value is (37,141,204). Sum of RGB (Red+Green+Blue) = 37+141+204=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #258DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258DCC is #DA7233. Grayscale: #747474. Windows color (decimal): -14316084 or 13405477. OLE color: 13405477.
HSL color Cylindrical-coordinate representation of color #258DCC: hue angle of 202.63º 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 #258DCC is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 141 | 204 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.2 |
| HSL | 202.63º | 0.69% | 0.47% | - |
| HSV(B) | 202.63º | 0.82% | 0.8% | - |
| XYZ | 21.19 | 23.8 | 60.6 | - |
| YUV | 117.09 | 177.04 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 141 | 204 | 0.82 | 0.31 | 0 | 0.2 | 202.63 | 0.69 | 0.47 |
| Hex | 25 | 8D | CC | 52 | 1F | 0 | 14 | CB | 45 | 2F |
| Octal | 45 | 215 | 314 | 122 | 37 | 0 | 24 | 313 | 105 | 57 |
| Binary | 100101 | 10001101 | 11001100 | 1010010 | 11111 | 0 | 10100 | 11001011 | 1000101 | 101111 |
Color Harmonies of #258DCC
Complementary color
Monochromatic Colors of #258DCC
Black with #258DCC
Text Example
Text Example
White with #258DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258DCC; }
p { color: rgb(37,141,204); }
H1.HeaderClassName
{
color: #258DCC;
}
.AnyTagClassName
{
color: #258DCC;
}
</style>
background-color css
<style>
a { background-color: #258DCC; }
a { background-color: rgb(37,141,204); }
div.DivClassName
{
background-color: #258DCC;
}
.BgClassName
{
background-color: #258DCC;
}
</style>
border-color css
<style>
span { border-color: #258DCC; }
span { border-color: rgb(37,141,204); }
td.TdClassName
{
border-color: #258DCC;
}
.TagClassName
{
border-color: #258DCC;
}
</style>