Shades of Curious Blue #2D87DA
Tints of Curious Blue #2D87DA
RGB
CMYK
RGB Variations
Color information
#2D87DA (or 0x2D87DA) is known color: Curious Blue. HEX triplet: 2D, 87 and DA. RGB value is (45,135,218). Sum of RGB (Red+Green+Blue) = 45+135+218=398 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.31% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D87DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D87DA is #D27825. Grayscale: #757575. Windows color (decimal): -13793318 or 14321453. OLE color: 14321453.
HSL color Cylindrical-coordinate representation of color #2D87DA: hue angle of 208.79º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D87DA is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 135 | 218 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.15 |
| HSL | 208.79º | 0.7% | 0.52% | - |
| HSV(B) | 208.79º | 0.79% | 0.85% | - |
| XYZ | 22.4 | 22.95 | 69.58 | - |
| YUV | 117.55 | 184.68 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 218 | 0.79 | 0.38 | 0 | 0.15 | 208.79 | 0.7 | 0.52 |
| Hex | 2D | 87 | DA | 4F | 26 | 0 | F | D1 | 46 | 34 |
| Octal | 55 | 207 | 332 | 117 | 46 | 0 | 17 | 321 | 106 | 64 |
| Binary | 101101 | 10000111 | 11011010 | 1001111 | 100110 | 0 | 1111 | 11010001 | 1000110 | 110100 |
Color Harmonies of #2D87DA
Complementary color
Monochromatic Colors of #2D87DA
Black with #2D87DA
Text Example
Text Example
White with #2D87DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D87DA; }
p { color: rgb(45,135,218); }
H1.HeaderClassName
{
color: #2D87DA;
}
.AnyTagClassName
{
color: #2D87DA;
}
</style>
background-color css
<style>
a { background-color: #2D87DA; }
a { background-color: rgb(45,135,218); }
div.DivClassName
{
background-color: #2D87DA;
}
.BgClassName
{
background-color: #2D87DA;
}
</style>
border-color css
<style>
span { border-color: #2D87DA; }
span { border-color: rgb(45,135,218); }
td.TdClassName
{
border-color: #2D87DA;
}
.TagClassName
{
border-color: #2D87DA;
}
</style>