Shades of Curious Blue #2D8CDB
Tints of Curious Blue #2D8CDB
RGB
CMYK
RGB Variations
Color information
#2D8CDB (or 0x2D8CDB) is known color: Curious Blue. HEX triplet: 2D, 8C and DB. RGB value is (45,140,219). Sum of RGB (Red+Green+Blue) = 45+140+219=404 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.14% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #2D8CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8CDB is #D27324. Grayscale: #787878. Windows color (decimal): -13792037 or 14388269. OLE color: 14388269.
HSL color Cylindrical-coordinate representation of color #2D8CDB: hue angle of 207.24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D8CDB is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 140 | 219 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.14 |
| HSL | 207.24º | 0.71% | 0.52% | - |
| HSV(B) | 207.24º | 0.79% | 0.86% | - |
| XYZ | 23.25 | 24.43 | 70.51 | - |
| YUV | 120.6 | 183.53 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 140 | 219 | 0.79 | 0.36 | 0 | 0.14 | 207.24 | 0.71 | 0.52 |
| Hex | 2D | 8C | DB | 4F | 24 | 0 | E | CF | 47 | 34 |
| Octal | 55 | 214 | 333 | 117 | 44 | 0 | 16 | 317 | 107 | 64 |
| Binary | 101101 | 10001100 | 11011011 | 1001111 | 100100 | 0 | 1110 | 11001111 | 1000111 | 110100 |
Color Harmonies of #2D8CDB
Complementary color
Monochromatic Colors of #2D8CDB
Black with #2D8CDB
Text Example
Text Example
White with #2D8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8CDB; }
p { color: rgb(45,140,219); }
H1.HeaderClassName
{
color: #2D8CDB;
}
.AnyTagClassName
{
color: #2D8CDB;
}
</style>
background-color css
<style>
a { background-color: #2D8CDB; }
a { background-color: rgb(45,140,219); }
div.DivClassName
{
background-color: #2D8CDB;
}
.BgClassName
{
background-color: #2D8CDB;
}
</style>
border-color css
<style>
span { border-color: #2D8CDB; }
span { border-color: rgb(45,140,219); }
td.TdClassName
{
border-color: #2D8CDB;
}
.TagClassName
{
border-color: #2D8CDB;
}
</style>