Shades of Curious Blue #258BCF
Tints of Curious Blue #258BCF
RGB
CMYK
RGB Variations
Color information
#258BCF (or 0x258BCF) is known color: Curious Blue. HEX triplet: 25, 8B and CF. RGB value is (37,139,207). Sum of RGB (Red+Green+Blue) = 37+139+207=383 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.66% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #258BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258BCF is #DA7430. Grayscale: #737373. Windows color (decimal): -14316593 or 13601573. OLE color: 13601573.
HSL color Cylindrical-coordinate representation of color #258BCF: hue angle of 204º 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 #258BCF is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 139 | 207 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.19 |
| HSL | 204º | 0.7% | 0.48% | - |
| HSV(B) | 204º | 0.82% | 0.81% | - |
| XYZ | 21.26 | 23.36 | 62.42 | - |
| YUV | 116.25 | 179.21 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 207 | 0.82 | 0.33 | 0 | 0.19 | 204 | 0.7 | 0.48 |
| Hex | 25 | 8B | CF | 52 | 21 | 0 | 13 | CC | 46 | 30 |
| Octal | 45 | 213 | 317 | 122 | 41 | 0 | 23 | 314 | 106 | 60 |
| Binary | 100101 | 10001011 | 11001111 | 1010010 | 100001 | 0 | 10011 | 11001100 | 1000110 | 110000 |
Color Harmonies of #258BCF
Complementary color
Monochromatic Colors of #258BCF
Black with #258BCF
Text Example
Text Example
White with #258BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258BCF; }
p { color: rgb(37,139,207); }
H1.HeaderClassName
{
color: #258BCF;
}
.AnyTagClassName
{
color: #258BCF;
}
</style>
background-color css
<style>
a { background-color: #258BCF; }
a { background-color: rgb(37,139,207); }
div.DivClassName
{
background-color: #258BCF;
}
.BgClassName
{
background-color: #258BCF;
}
</style>
border-color css
<style>
span { border-color: #258BCF; }
span { border-color: rgb(37,139,207); }
td.TdClassName
{
border-color: #258BCF;
}
.TagClassName
{
border-color: #258BCF;
}
</style>