Shades of Dodger Blue #2A84FD
Tints of Dodger Blue #2A84FD
RGB
CMYK
RGB Variations
Color information
#2A84FD (or 0x2A84FD) is known color: Dodger Blue. HEX triplet: 2A, 84 and FD. RGB value is (42,132,253). Sum of RGB (Red+Green+Blue) = 42+132+253=427 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.84% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #2A84FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A84FD is #D57B02. Grayscale: #767676. Windows color (decimal): -13990659 or 16614442. OLE color: 16614442.
HSL color Cylindrical-coordinate representation of color #2A84FD: hue angle of 214.41º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A84FD is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 132 | 253 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.01 |
| HSL | 214.41º | 0.98% | 0.58% | - |
| HSV(B) | 214.41º | 0.83% | 0.99% | - |
| XYZ | 26.94 | 24.09 | 96.16 | - |
| YUV | 118.88 | 203.68 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 132 | 253 | 0.83 | 0.48 | 0 | 0.01 | 214.41 | 0.98 | 0.58 |
| Hex | 2A | 84 | FD | 53 | 30 | 0 | 1 | D6 | 62 | 3A |
| Octal | 52 | 204 | 375 | 123 | 60 | 0 | 1 | 326 | 142 | 72 |
| Binary | 101010 | 10000100 | 11111101 | 1010011 | 110000 | 0 | 1 | 11010110 | 1100010 | 111010 |
Color Harmonies of #2A84FD
Complementary color
Monochromatic Colors of #2A84FD
Black with #2A84FD
Text Example
Text Example
White with #2A84FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A84FD; }
p { color: rgb(42,132,253); }
H1.HeaderClassName
{
color: #2A84FD;
}
.AnyTagClassName
{
color: #2A84FD;
}
</style>
background-color css
<style>
a { background-color: #2A84FD; }
a { background-color: rgb(42,132,253); }
div.DivClassName
{
background-color: #2A84FD;
}
.BgClassName
{
background-color: #2A84FD;
}
</style>
border-color css
<style>
span { border-color: #2A84FD; }
span { border-color: rgb(42,132,253); }
td.TdClassName
{
border-color: #2A84FD;
}
.TagClassName
{
border-color: #2A84FD;
}
</style>