Shades of Curious Blue #258ECE
Tints of Curious Blue #258ECE
RGB
CMYK
RGB Variations
Color information
#258ECE (or 0x258ECE) is known color: Curious Blue. HEX triplet: 25, 8E and CE. RGB value is (37,142,206). Sum of RGB (Red+Green+Blue) = 37+142+206=385 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.61% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #258ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ECE is #DA7131. Grayscale: #757575. Windows color (decimal): -14315826 or 13536805. OLE color: 13536805.
HSL color Cylindrical-coordinate representation of color #258ECE: hue angle of 202.72º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #258ECE is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 142 | 206 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.19 |
| HSL | 202.72º | 0.7% | 0.48% | - |
| HSV(B) | 202.72º | 0.82% | 0.81% | - |
| XYZ | 21.58 | 24.2 | 61.93 | - |
| YUV | 117.9 | 177.71 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 206 | 0.82 | 0.31 | 0 | 0.19 | 202.72 | 0.7 | 0.48 |
| Hex | 25 | 8E | CE | 52 | 1F | 0 | 13 | CB | 46 | 30 |
| Octal | 45 | 216 | 316 | 122 | 37 | 0 | 23 | 313 | 106 | 60 |
| Binary | 100101 | 10001110 | 11001110 | 1010010 | 11111 | 0 | 10011 | 11001011 | 1000110 | 110000 |
Color Harmonies of #258ECE
Complementary color
Monochromatic Colors of #258ECE
Black with #258ECE
Text Example
Text Example
White with #258ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258ECE; }
p { color: rgb(37,142,206); }
H1.HeaderClassName
{
color: #258ECE;
}
.AnyTagClassName
{
color: #258ECE;
}
</style>
background-color css
<style>
a { background-color: #258ECE; }
a { background-color: rgb(37,142,206); }
div.DivClassName
{
background-color: #258ECE;
}
.BgClassName
{
background-color: #258ECE;
}
</style>
border-color css
<style>
span { border-color: #258ECE; }
span { border-color: rgb(37,142,206); }
td.TdClassName
{
border-color: #258ECE;
}
.TagClassName
{
border-color: #258ECE;
}
</style>