Shades of Dodger Blue #2D7AFC
Tints of Dodger Blue #2D7AFC
RGB
CMYK
RGB Variations
Color information
#2D7AFC (or 0x2D7AFC) is known color: Dodger Blue. HEX triplet: 2D, 7A and FC. RGB value is (45,122,252). Sum of RGB (Red+Green+Blue) = 45+122+252=419 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.74% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #2D7AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D7AFC is #D28503. Grayscale: #717171. Windows color (decimal): -13796612 or 16546349. OLE color: 16546349.
HSL color Cylindrical-coordinate representation of color #2D7AFC: hue angle of 217.68º 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 #2D7AFC is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 122 | 252 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.01 |
| HSL | 217.68º | 0.97% | 0.58% | - |
| HSV(B) | 217.68º | 0.82% | 0.99% | - |
| XYZ | 25.61 | 21.51 | 94.9 | - |
| YUV | 113.8 | 205.99 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 122 | 252 | 0.82 | 0.52 | 0 | 0.01 | 217.68 | 0.97 | 0.58 |
| Hex | 2D | 7A | FC | 52 | 34 | 0 | 1 | DA | 61 | 3A |
| Octal | 55 | 172 | 374 | 122 | 64 | 0 | 1 | 332 | 141 | 72 |
| Binary | 101101 | 1111010 | 11111100 | 1010010 | 110100 | 0 | 1 | 11011010 | 1100001 | 111010 |
Color Harmonies of #2D7AFC
Complementary color
Monochromatic Colors of #2D7AFC
Black with #2D7AFC
Text Example
Text Example
White with #2D7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7AFC; }
p { color: rgb(45,122,252); }
H1.HeaderClassName
{
color: #2D7AFC;
}
.AnyTagClassName
{
color: #2D7AFC;
}
</style>
background-color css
<style>
a { background-color: #2D7AFC; }
a { background-color: rgb(45,122,252); }
div.DivClassName
{
background-color: #2D7AFC;
}
.BgClassName
{
background-color: #2D7AFC;
}
</style>
border-color css
<style>
span { border-color: #2D7AFC; }
span { border-color: rgb(45,122,252); }
td.TdClassName
{
border-color: #2D7AFC;
}
.TagClassName
{
border-color: #2D7AFC;
}
</style>