Shades of Curious Blue #2A84DA
Tints of Curious Blue #2A84DA
RGB
CMYK
RGB Variations
Color information
#2A84DA (or 0x2A84DA) is known color: Curious Blue. HEX triplet: 2A, 84 and DA. RGB value is (42,132,218). Sum of RGB (Red+Green+Blue) = 42+132+218=392 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.71% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A84DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A84DA is #D57B25. Grayscale: #727272. Windows color (decimal): -13990694 or 14320682. OLE color: 14320682.
HSL color Cylindrical-coordinate representation of color #2A84DA: hue angle of 209.32º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A84DA is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 132 | 218 | - |
| CMYK | 0.81 | 0.39 | 0 | 0.15 |
| HSL | 209.32º | 0.7% | 0.51% | - |
| HSV(B) | 209.32º | 0.81% | 0.85% | - |
| XYZ | 21.86 | 22.06 | 69.43 | - |
| YUV | 114.89 | 186.18 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 132 | 218 | 0.81 | 0.39 | 0 | 0.15 | 209.32 | 0.7 | 0.51 |
| Hex | 2A | 84 | DA | 51 | 27 | 0 | F | D1 | 46 | 33 |
| Octal | 52 | 204 | 332 | 121 | 47 | 0 | 17 | 321 | 106 | 63 |
| Binary | 101010 | 10000100 | 11011010 | 1010001 | 100111 | 0 | 1111 | 11010001 | 1000110 | 110011 |
Color Harmonies of #2A84DA
Complementary color
Monochromatic Colors of #2A84DA
Black with #2A84DA
Text Example
Text Example
White with #2A84DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A84DA; }
p { color: rgb(42,132,218); }
H1.HeaderClassName
{
color: #2A84DA;
}
.AnyTagClassName
{
color: #2A84DA;
}
</style>
background-color css
<style>
a { background-color: #2A84DA; }
a { background-color: rgb(42,132,218); }
div.DivClassName
{
background-color: #2A84DA;
}
.BgClassName
{
background-color: #2A84DA;
}
</style>
border-color css
<style>
span { border-color: #2A84DA; }
span { border-color: rgb(42,132,218); }
td.TdClassName
{
border-color: #2A84DA;
}
.TagClassName
{
border-color: #2A84DA;
}
</style>