Shades of Dodger Blue #2CADFF
Tints of Dodger Blue #2CADFF
RGB
CMYK
RGB Variations
Color information
#2CADFF (or 0x2CADFF) is known color: Dodger Blue. HEX triplet: 2C, AD and FF. RGB value is (44,173,255). Sum of RGB (Red+Green+Blue) = 44+173+255=472 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.32% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #2CADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CADFF is #D35200. Grayscale: #8F8F8F. Windows color (decimal): -13849089 or 16756012. OLE color: 16756012.
HSL color Cylindrical-coordinate representation of color #2CADFF: hue angle of 203.32º 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 #2CADFF is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 173 | 255 | - |
| CMYK | 0.83 | 0.32 | 0 | 0 |
| HSL | 203.32º | 1% | 0.59% | - |
| HSV(B) | 203.32º | 0.83% | 1% | - |
| XYZ | 34.03 | 37.64 | 100.08 | - |
| YUV | 143.78 | 190.76 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 173 | 255 | 0.83 | 0.32 | 0 | 0 | 203.32 | 1 | 0.59 |
| Hex | 2C | AD | FF | 53 | 20 | 0 | 0 | CB | 64 | 3B |
| Octal | 54 | 255 | 377 | 123 | 40 | 0 | 0 | 313 | 144 | 73 |
| Binary | 101100 | 10101101 | 11111111 | 1010011 | 100000 | 0 | 0 | 11001011 | 1100100 | 111011 |
Color Harmonies of #2CADFF
Complementary color
Monochromatic Colors of #2CADFF
Black with #2CADFF
Text Example
Text Example
White with #2CADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CADFF; }
p { color: rgb(44,173,255); }
H1.HeaderClassName
{
color: #2CADFF;
}
.AnyTagClassName
{
color: #2CADFF;
}
</style>
background-color css
<style>
a { background-color: #2CADFF; }
a { background-color: rgb(44,173,255); }
div.DivClassName
{
background-color: #2CADFF;
}
.BgClassName
{
background-color: #2CADFF;
}
</style>
border-color css
<style>
span { border-color: #2CADFF; }
span { border-color: rgb(44,173,255); }
td.TdClassName
{
border-color: #2CADFF;
}
.TagClassName
{
border-color: #2CADFF;
}
</style>