Shades of Curious Blue #258ACC
Tints of Curious Blue #258ACC
RGB
CMYK
RGB Variations
Color information
#258ACC (or 0x258ACC) is known color: Curious Blue. HEX triplet: 25, 8A and CC. RGB value is (37,138,204). Sum of RGB (Red+Green+Blue) = 37+138+204=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #258ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ACC is #DA7533. Grayscale: #727272. Windows color (decimal): -14316852 or 13404709. OLE color: 13404709.
HSL color Cylindrical-coordinate representation of color #258ACC: hue angle of 203.71º 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 #258ACC is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 138 | 204 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.2 |
| HSL | 203.71º | 0.69% | 0.47% | - |
| HSV(B) | 203.71º | 0.82% | 0.8% | - |
| XYZ | 20.75 | 22.93 | 60.46 | - |
| YUV | 115.33 | 178.04 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 204 | 0.82 | 0.32 | 0 | 0.2 | 203.71 | 0.69 | 0.47 |
| Hex | 25 | 8A | CC | 52 | 20 | 0 | 14 | CC | 45 | 2F |
| Octal | 45 | 212 | 314 | 122 | 40 | 0 | 24 | 314 | 105 | 57 |
| Binary | 100101 | 10001010 | 11001100 | 1010010 | 100000 | 0 | 10100 | 11001100 | 1000101 | 101111 |
Color Harmonies of #258ACC
Complementary color
Monochromatic Colors of #258ACC
Black with #258ACC
Text Example
Text Example
White with #258ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258ACC; }
p { color: rgb(37,138,204); }
H1.HeaderClassName
{
color: #258ACC;
}
.AnyTagClassName
{
color: #258ACC;
}
</style>
background-color css
<style>
a { background-color: #258ACC; }
a { background-color: rgb(37,138,204); }
div.DivClassName
{
background-color: #258ACC;
}
.BgClassName
{
background-color: #258ACC;
}
</style>
border-color css
<style>
span { border-color: #258ACC; }
span { border-color: rgb(37,138,204); }
td.TdClassName
{
border-color: #258ACC;
}
.TagClassName
{
border-color: #258ACC;
}
</style>