Shades of Curious Blue #2585BD
Tints of Curious Blue #2585BD
RGB
CMYK
RGB Variations
Color information
#2585BD (or 0x2585BD) is known color: Curious Blue. HEX triplet: 25, 85 and BD. RGB value is (37,133,189). Sum of RGB (Red+Green+Blue) = 37+133+189=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #2585BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2585BD is #DA7A42. Grayscale: #6E6E6E. Windows color (decimal): -14318147 or 12420389. OLE color: 12420389.
HSL color Cylindrical-coordinate representation of color #2585BD: hue angle of 202.11º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2585BD is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 133 | 189 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.26 |
| HSL | 202.11º | 0.67% | 0.44% | - |
| HSV(B) | 202.11º | 0.8% | 0.74% | - |
| XYZ | 18.34 | 20.84 | 51.2 | - |
| YUV | 110.68 | 172.2 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 133 | 189 | 0.80 | 0.30 | 0 | 0.26 | 202.11 | 0.67 | 0.44 |
| Hex | 25 | 85 | BD | 50 | 1E | 0 | 1A | CA | 43 | 2C |
| Octal | 45 | 205 | 275 | 120 | 36 | 0 | 32 | 312 | 103 | 54 |
| Binary | 100101 | 10000101 | 10111101 | 1010000 | 11110 | 0 | 11010 | 11001010 | 1000011 | 101100 |
Color Harmonies of #2585BD
Complementary color
Monochromatic Colors of #2585BD
Black with #2585BD
Text Example
Text Example
White with #2585BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2585BD; }
p { color: rgb(37,133,189); }
H1.HeaderClassName
{
color: #2585BD;
}
.AnyTagClassName
{
color: #2585BD;
}
</style>
background-color css
<style>
a { background-color: #2585BD; }
a { background-color: rgb(37,133,189); }
div.DivClassName
{
background-color: #2585BD;
}
.BgClassName
{
background-color: #2585BD;
}
</style>
border-color css
<style>
span { border-color: #2585BD; }
span { border-color: rgb(37,133,189); }
td.TdClassName
{
border-color: #2585BD;
}
.TagClassName
{
border-color: #2585BD;
}
</style>