Shades of Curious Blue #2585BB
Tints of Curious Blue #2585BB
RGB
CMYK
RGB Variations
Color information
#2585BB (or 0x2585BB) is known color: Curious Blue. HEX triplet: 25, 85 and BB. RGB value is (37,133,187). Sum of RGB (Red+Green+Blue) = 37+133+187=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #2585BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2585BB is #DA7A44. Grayscale: #6E6E6E. Windows color (decimal): -14318149 or 12289317. OLE color: 12289317.
HSL color Cylindrical-coordinate representation of color #2585BB: hue angle of 201.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2585BB is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 133 | 187 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.27 |
| HSL | 201.6º | 0.67% | 0.44% | - |
| HSV(B) | 201.6º | 0.8% | 0.73% | - |
| XYZ | 18.12 | 20.76 | 50.07 | - |
| YUV | 110.45 | 171.2 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 187 | 0.80 | 0.29 | 0 | 0.27 | 201.6 | 0.67 | 0.44 |
| Hex | 25 | 85 | BB | 50 | 1D | 0 | 1B | CA | 43 | 2C |
| Octal | 45 | 205 | 273 | 120 | 35 | 0 | 33 | 312 | 103 | 54 |
| Binary | 100101 | 10000101 | 10111011 | 1010000 | 11101 | 0 | 11011 | 11001010 | 1000011 | 101100 |
Color Harmonies of #2585BB
Complementary color
Monochromatic Colors of #2585BB
Black with #2585BB
Text Example
Text Example
White with #2585BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2585BB; }
p { color: rgb(37,133,187); }
H1.HeaderClassName
{
color: #2585BB;
}
.AnyTagClassName
{
color: #2585BB;
}
</style>
background-color css
<style>
a { background-color: #2585BB; }
a { background-color: rgb(37,133,187); }
div.DivClassName
{
background-color: #2585BB;
}
.BgClassName
{
background-color: #2585BB;
}
</style>
border-color css
<style>
span { border-color: #2585BB; }
span { border-color: rgb(37,133,187); }
td.TdClassName
{
border-color: #2585BB;
}
.TagClassName
{
border-color: #2585BB;
}
</style>