Shades of Dodger Blue #2DABFC
Tints of Dodger Blue #2DABFC
RGB
CMYK
RGB Variations
Color information
#2DABFC (or 0x2DABFC) is known color: Dodger Blue. HEX triplet: 2D, AB and FC. RGB value is (45,171,252). Sum of RGB (Red+Green+Blue) = 45+171+252=468 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.62% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #2DABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DABFC is #D25403. Grayscale: #8E8E8E. Windows color (decimal): -13784068 or 16558893. OLE color: 16558893.
HSL color Cylindrical-coordinate representation of color #2DABFC: hue angle of 203.48º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DABFC is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 171 | 252 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.01 |
| HSL | 203.48º | 0.97% | 0.58% | - |
| HSV(B) | 203.48º | 0.82% | 0.99% | - |
| XYZ | 33.22 | 36.71 | 97.43 | - |
| YUV | 142.56 | 189.76 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 252 | 0.82 | 0.32 | 0 | 0.01 | 203.48 | 0.97 | 0.58 |
| Hex | 2D | AB | FC | 52 | 20 | 0 | 1 | CB | 61 | 3A |
| Octal | 55 | 253 | 374 | 122 | 40 | 0 | 1 | 313 | 141 | 72 |
| Binary | 101101 | 10101011 | 11111100 | 1010010 | 100000 | 0 | 1 | 11001011 | 1100001 | 111010 |
Color Harmonies of #2DABFC
Complementary color
Monochromatic Colors of #2DABFC
Black with #2DABFC
Text Example
Text Example
White with #2DABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABFC; }
p { color: rgb(45,171,252); }
H1.HeaderClassName
{
color: #2DABFC;
}
.AnyTagClassName
{
color: #2DABFC;
}
</style>
background-color css
<style>
a { background-color: #2DABFC; }
a { background-color: rgb(45,171,252); }
div.DivClassName
{
background-color: #2DABFC;
}
.BgClassName
{
background-color: #2DABFC;
}
</style>
border-color css
<style>
span { border-color: #2DABFC; }
span { border-color: rgb(45,171,252); }
td.TdClassName
{
border-color: #2DABFC;
}
.TagClassName
{
border-color: #2DABFC;
}
</style>