Shades of Curious Blue #258ACF
Tints of Curious Blue #258ACF
RGB
CMYK
RGB Variations
Color information
#258ACF (or 0x258ACF) is known color: Curious Blue. HEX triplet: 25, 8A and CF. RGB value is (37,138,207). Sum of RGB (Red+Green+Blue) = 37+138+207=382 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.69% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #258ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258ACF is #DA7530. Grayscale: #737373. Windows color (decimal): -14316849 or 13601317. OLE color: 13601317.
HSL color Cylindrical-coordinate representation of color #258ACF: hue angle of 204.35º 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 #258ACF is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 138 | 207 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.19 |
| HSL | 204.35º | 0.7% | 0.48% | - |
| HSV(B) | 204.35º | 0.82% | 0.81% | - |
| XYZ | 21.11 | 23.08 | 62.37 | - |
| YUV | 115.67 | 179.54 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 207 | 0.82 | 0.33 | 0 | 0.19 | 204.35 | 0.7 | 0.48 |
| Hex | 25 | 8A | CF | 52 | 21 | 0 | 13 | CC | 46 | 30 |
| Octal | 45 | 212 | 317 | 122 | 41 | 0 | 23 | 314 | 106 | 60 |
| Binary | 100101 | 10001010 | 11001111 | 1010010 | 100001 | 0 | 10011 | 11001100 | 1000110 | 110000 |
Color Harmonies of #258ACF
Complementary color
Monochromatic Colors of #258ACF
Black with #258ACF
Text Example
Text Example
White with #258ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258ACF; }
p { color: rgb(37,138,207); }
H1.HeaderClassName
{
color: #258ACF;
}
.AnyTagClassName
{
color: #258ACF;
}
</style>
background-color css
<style>
a { background-color: #258ACF; }
a { background-color: rgb(37,138,207); }
div.DivClassName
{
background-color: #258ACF;
}
.BgClassName
{
background-color: #258ACF;
}
</style>
border-color css
<style>
span { border-color: #258ACF; }
span { border-color: rgb(37,138,207); }
td.TdClassName
{
border-color: #258ACF;
}
.TagClassName
{
border-color: #258ACF;
}
</style>