Shades of Curious Blue #2D85CF
Tints of Curious Blue #2D85CF
RGB
CMYK
RGB Variations
Color information
#2D85CF (or 0x2D85CF) is known color: Curious Blue. HEX triplet: 2D, 85 and CF. RGB value is (45,133,207). Sum of RGB (Red+Green+Blue) = 45+133+207=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #2D85CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D85CF is #D27A30. Grayscale: #727272. Windows color (decimal): -13793841 or 13600045. OLE color: 13600045.
HSL color Cylindrical-coordinate representation of color #2D85CF: hue angle of 207.41º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D85CF is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 133 | 207 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.19 |
| HSL | 207.41º | 0.64% | 0.49% | - |
| HSV(B) | 207.41º | 0.78% | 0.81% | - |
| XYZ | 20.73 | 21.84 | 62.15 | - |
| YUV | 115.12 | 179.85 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 133 | 207 | 0.78 | 0.36 | 0 | 0.19 | 207.41 | 0.64 | 0.49 |
| Hex | 2D | 85 | CF | 4E | 24 | 0 | 13 | CF | 40 | 31 |
| Octal | 55 | 205 | 317 | 116 | 44 | 0 | 23 | 317 | 100 | 61 |
| Binary | 101101 | 10000101 | 11001111 | 1001110 | 100100 | 0 | 10011 | 11001111 | 1000000 | 110001 |
Color Harmonies of #2D85CF
Complementary color
Monochromatic Colors of #2D85CF
Black with #2D85CF
Text Example
Text Example
White with #2D85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D85CF; }
p { color: rgb(45,133,207); }
H1.HeaderClassName
{
color: #2D85CF;
}
.AnyTagClassName
{
color: #2D85CF;
}
</style>
background-color css
<style>
a { background-color: #2D85CF; }
a { background-color: rgb(45,133,207); }
div.DivClassName
{
background-color: #2D85CF;
}
.BgClassName
{
background-color: #2D85CF;
}
</style>
border-color css
<style>
span { border-color: #2D85CF; }
span { border-color: rgb(45,133,207); }
td.TdClassName
{
border-color: #2D85CF;
}
.TagClassName
{
border-color: #2D85CF;
}
</style>