Shades of Dodger Blue #2C7BFF
Tints of Dodger Blue #2C7BFF
RGB
CMYK
RGB Variations
Color information
#2C7BFF (or 0x2C7BFF) is known color: Dodger Blue. HEX triplet: 2C, 7B and FF. RGB value is (44,123,255). Sum of RGB (Red+Green+Blue) = 44+123+255=422 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.43% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #2C7BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C7BFF is #D38400. Grayscale: #717171. Windows color (decimal): -13861889 or 16743212. OLE color: 16743212.
HSL color Cylindrical-coordinate representation of color #2C7BFF: hue angle of 217.54º 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 #2C7BFF is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 123 | 255 | - |
| CMYK | 0.83 | 0.52 | 0 | 0 |
| HSL | 217.54º | 1% | 0.59% | - |
| HSV(B) | 217.54º | 0.83% | 1% | - |
| XYZ | 26.17 | 21.92 | 97.46 | - |
| YUV | 114.43 | 207.33 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 123 | 255 | 0.83 | 0.52 | 0 | 0 | 217.54 | 1 | 0.59 |
| Hex | 2C | 7B | FF | 53 | 34 | 0 | 0 | DA | 64 | 3B |
| Octal | 54 | 173 | 377 | 123 | 64 | 0 | 0 | 332 | 144 | 73 |
| Binary | 101100 | 1111011 | 11111111 | 1010011 | 110100 | 0 | 0 | 11011010 | 1100100 | 111011 |
Color Harmonies of #2C7BFF
Complementary color
Monochromatic Colors of #2C7BFF
Black with #2C7BFF
Text Example
Text Example
White with #2C7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7BFF; }
p { color: rgb(44,123,255); }
H1.HeaderClassName
{
color: #2C7BFF;
}
.AnyTagClassName
{
color: #2C7BFF;
}
</style>
background-color css
<style>
a { background-color: #2C7BFF; }
a { background-color: rgb(44,123,255); }
div.DivClassName
{
background-color: #2C7BFF;
}
.BgClassName
{
background-color: #2C7BFF;
}
</style>
border-color css
<style>
span { border-color: #2C7BFF; }
span { border-color: rgb(44,123,255); }
td.TdClassName
{
border-color: #2C7BFF;
}
.TagClassName
{
border-color: #2C7BFF;
}
</style>