Shades of Curious Blue #2485BE
Tints of Curious Blue #2485BE
RGB
CMYK
RGB Variations
Color information
#2485BE (or 0x2485BE) is known color: Curious Blue. HEX triplet: 24, 85 and BE. RGB value is (36,133,190). Sum of RGB (Red+Green+Blue) = 36+133+190=359 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.03% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #2485BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2485BE is #DB7A41. Grayscale: #6E6E6E. Windows color (decimal): -14383682 or 12485924. OLE color: 12485924.
HSL color Cylindrical-coordinate representation of color #2485BE: hue angle of 202.21º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2485BE is Cyan = 0.81, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 133 | 190 | - |
| CMYK | 0.81 | 0.3 | 0 | 0.25 |
| HSL | 202.21º | 0.68% | 0.44% | - |
| HSV(B) | 202.21º | 0.81% | 0.75% | - |
| XYZ | 18.41 | 20.87 | 51.77 | - |
| YUV | 110.5 | 172.86 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 133 | 190 | 0.81 | 0.3 | 0 | 0.25 | 202.21 | 0.68 | 0.44 |
| Hex | 24 | 85 | BE | 51 | 1E | 0 | 19 | CA | 44 | 2C |
| Octal | 44 | 205 | 276 | 121 | 36 | 0 | 31 | 312 | 104 | 54 |
| Binary | 100100 | 10000101 | 10111110 | 1010001 | 11110 | 0 | 11001 | 11001010 | 1000100 | 101100 |
Color Harmonies of #2485BE
Complementary color
Monochromatic Colors of #2485BE
Black with #2485BE
Text Example
Text Example
White with #2485BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2485BE; }
p { color: rgb(36,133,190); }
H1.HeaderClassName
{
color: #2485BE;
}
.AnyTagClassName
{
color: #2485BE;
}
</style>
background-color css
<style>
a { background-color: #2485BE; }
a { background-color: rgb(36,133,190); }
div.DivClassName
{
background-color: #2485BE;
}
.BgClassName
{
background-color: #2485BE;
}
</style>
border-color css
<style>
span { border-color: #2485BE; }
span { border-color: rgb(36,133,190); }
td.TdClassName
{
border-color: #2485BE;
}
.TagClassName
{
border-color: #2485BE;
}
</style>