Shades of Dodger Blue #2C71FF
Tints of Dodger Blue #2C71FF
RGB
CMYK
RGB Variations
Color information
#2C71FF (or 0x2C71FF) is known color: Dodger Blue. HEX triplet: 2C, 71 and FF. RGB value is (44,113,255). Sum of RGB (Red+Green+Blue) = 44+113+255=412 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.68% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #2C71FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C71FF is #D38E00. Grayscale: #6B6B6B. Windows color (decimal): -13864449 or 16740652. OLE color: 16740652.
HSL color Cylindrical-coordinate representation of color #2C71FF: hue angle of 220.38º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C71FF is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 113 | 255 | - |
| CMYK | 0.83 | 0.56 | 0 | 0 |
| HSL | 220.38º | 1% | 0.59% | - |
| HSV(B) | 220.38º | 0.83% | 1% | - |
| XYZ | 24.99 | 19.57 | 97.07 | - |
| YUV | 108.56 | 210.64 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 113 | 255 | 0.83 | 0.56 | 0 | 0 | 220.38 | 1 | 0.59 |
| Hex | 2C | 71 | FF | 53 | 38 | 0 | 0 | DC | 64 | 3B |
| Octal | 54 | 161 | 377 | 123 | 70 | 0 | 0 | 334 | 144 | 73 |
| Binary | 101100 | 1110001 | 11111111 | 1010011 | 111000 | 0 | 0 | 11011100 | 1100100 | 111011 |
Color Harmonies of #2C71FF
Complementary color
Monochromatic Colors of #2C71FF
Black with #2C71FF
Text Example
Text Example
White with #2C71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C71FF; }
p { color: rgb(44,113,255); }
H1.HeaderClassName
{
color: #2C71FF;
}
.AnyTagClassName
{
color: #2C71FF;
}
</style>
background-color css
<style>
a { background-color: #2C71FF; }
a { background-color: rgb(44,113,255); }
div.DivClassName
{
background-color: #2C71FF;
}
.BgClassName
{
background-color: #2C71FF;
}
</style>
border-color css
<style>
span { border-color: #2C71FF; }
span { border-color: rgb(44,113,255); }
td.TdClassName
{
border-color: #2C71FF;
}
.TagClassName
{
border-color: #2C71FF;
}
</style>