Shades of Curious Blue #2485CF
Tints of Curious Blue #2485CF
RGB
CMYK
RGB Variations
Color information
#2485CF (or 0x2485CF) is known color: Curious Blue. HEX triplet: 24, 85 and CF. RGB value is (36,133,207). Sum of RGB (Red+Green+Blue) = 36+133+207=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #2485CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2485CF is #DB7A30. Grayscale: #707070. Windows color (decimal): -14383665 or 13600036. OLE color: 13600036.
HSL color Cylindrical-coordinate representation of color #2485CF: hue angle of 205.96º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2485CF is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 133 | 207 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.19 |
| HSL | 205.96º | 0.7% | 0.48% | - |
| HSV(B) | 205.96º | 0.83% | 0.81% | - |
| XYZ | 20.38 | 21.66 | 62.14 | - |
| YUV | 112.43 | 181.36 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 133 | 207 | 0.83 | 0.36 | 0 | 0.19 | 205.96 | 0.7 | 0.48 |
| Hex | 24 | 85 | CF | 53 | 24 | 0 | 13 | CE | 46 | 30 |
| Octal | 44 | 205 | 317 | 123 | 44 | 0 | 23 | 316 | 106 | 60 |
| Binary | 100100 | 10000101 | 11001111 | 1010011 | 100100 | 0 | 10011 | 11001110 | 1000110 | 110000 |
Color Harmonies of #2485CF
Complementary color
Monochromatic Colors of #2485CF
Black with #2485CF
Text Example
Text Example
White with #2485CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2485CF; }
p { color: rgb(36,133,207); }
H1.HeaderClassName
{
color: #2485CF;
}
.AnyTagClassName
{
color: #2485CF;
}
</style>
background-color css
<style>
a { background-color: #2485CF; }
a { background-color: rgb(36,133,207); }
div.DivClassName
{
background-color: #2485CF;
}
.BgClassName
{
background-color: #2485CF;
}
</style>
border-color css
<style>
span { border-color: #2485CF; }
span { border-color: rgb(36,133,207); }
td.TdClassName
{
border-color: #2485CF;
}
.TagClassName
{
border-color: #2485CF;
}
</style>