Shades of Dodger Blue #2C7AFB
Tints of Dodger Blue #2C7AFB
RGB
CMYK
RGB Variations
Color information
#2C7AFB (or 0x2C7AFB) is known color: Dodger Blue. HEX triplet: 2C, 7A and FB. RGB value is (44,122,251). Sum of RGB (Red+Green+Blue) = 44+122+251=417 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.55% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #2C7AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C7AFB is #D38504. Grayscale: #707070. Windows color (decimal): -13862149 or 16480812. OLE color: 16480812.
HSL color Cylindrical-coordinate representation of color #2C7AFB: hue angle of 217.39º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C7AFB is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 122 | 251 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.02 |
| HSL | 217.39º | 0.96% | 0.58% | - |
| HSV(B) | 217.39º | 0.82% | 0.98% | - |
| XYZ | 25.41 | 21.42 | 94.06 | - |
| YUV | 113.38 | 205.66 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 122 | 251 | 0.82 | 0.51 | 0 | 0.02 | 217.39 | 0.96 | 0.58 |
| Hex | 2C | 7A | FB | 52 | 33 | 0 | 2 | D9 | 60 | 3A |
| Octal | 54 | 172 | 373 | 122 | 63 | 0 | 2 | 331 | 140 | 72 |
| Binary | 101100 | 1111010 | 11111011 | 1010010 | 110011 | 0 | 10 | 11011001 | 1100000 | 111010 |
Color Harmonies of #2C7AFB
Complementary color
Monochromatic Colors of #2C7AFB
Black with #2C7AFB
Text Example
Text Example
White with #2C7AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7AFB; }
p { color: rgb(44,122,251); }
H1.HeaderClassName
{
color: #2C7AFB;
}
.AnyTagClassName
{
color: #2C7AFB;
}
</style>
background-color css
<style>
a { background-color: #2C7AFB; }
a { background-color: rgb(44,122,251); }
div.DivClassName
{
background-color: #2C7AFB;
}
.BgClassName
{
background-color: #2C7AFB;
}
</style>
border-color css
<style>
span { border-color: #2C7AFB; }
span { border-color: rgb(44,122,251); }
td.TdClassName
{
border-color: #2C7AFB;
}
.TagClassName
{
border-color: #2C7AFB;
}
</style>