Shades of Curious Blue #2485BD
Tints of Curious Blue #2485BD
RGB
CMYK
RGB Variations
Color information
#2485BD (or 0x2485BD) is known color: Curious Blue. HEX triplet: 24, 85 and BD. RGB value is (36,133,189). Sum of RGB (Red+Green+Blue) = 36+133+189=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #2485BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2485BD is #DB7A42. Grayscale: #6E6E6E. Windows color (decimal): -14383683 or 12420388. OLE color: 12420388.
HSL color Cylindrical-coordinate representation of color #2485BD: hue angle of 201.96º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2485BD is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 133 | 189 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.26 |
| HSL | 201.96º | 0.68% | 0.44% | - |
| HSV(B) | 201.96º | 0.81% | 0.74% | - |
| XYZ | 18.3 | 20.82 | 51.2 | - |
| YUV | 110.38 | 172.36 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 133 | 189 | 0.81 | 0.30 | 0 | 0.26 | 201.96 | 0.68 | 0.44 |
| Hex | 24 | 85 | BD | 51 | 1E | 0 | 1A | CA | 44 | 2C |
| Octal | 44 | 205 | 275 | 121 | 36 | 0 | 32 | 312 | 104 | 54 |
| Binary | 100100 | 10000101 | 10111101 | 1010001 | 11110 | 0 | 11010 | 11001010 | 1000100 | 101100 |
Color Harmonies of #2485BD
Complementary color
Monochromatic Colors of #2485BD
Black with #2485BD
Text Example
Text Example
White with #2485BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2485BD; }
p { color: rgb(36,133,189); }
H1.HeaderClassName
{
color: #2485BD;
}
.AnyTagClassName
{
color: #2485BD;
}
</style>
background-color css
<style>
a { background-color: #2485BD; }
a { background-color: rgb(36,133,189); }
div.DivClassName
{
background-color: #2485BD;
}
.BgClassName
{
background-color: #2485BD;
}
</style>
border-color css
<style>
span { border-color: #2485BD; }
span { border-color: rgb(36,133,189); }
td.TdClassName
{
border-color: #2485BD;
}
.TagClassName
{
border-color: #2485BD;
}
</style>