Shades of Dodger Blue #2CACFF
Tints of Dodger Blue #2CACFF
RGB
CMYK
RGB Variations
Color information
#2CACFF (or 0x2CACFF) is known color: Dodger Blue. HEX triplet: 2C, AC and FF. RGB value is (44,172,255). Sum of RGB (Red+Green+Blue) = 44+172+255=471 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.34% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #2CACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CACFF is #D35300. Grayscale: #8E8E8E. Windows color (decimal): -13849345 or 16755756. OLE color: 16755756.
HSL color Cylindrical-coordinate representation of color #2CACFF: hue angle of 203.6º 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 #2CACFF is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 172 | 255 | - |
| CMYK | 0.83 | 0.33 | 0 | 0 |
| HSL | 203.6º | 1% | 0.59% | - |
| HSV(B) | 203.6º | 0.83% | 1% | - |
| XYZ | 33.84 | 37.26 | 100.02 | - |
| YUV | 143.19 | 191.09 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 255 | 0.83 | 0.33 | 0 | 0 | 203.6 | 1 | 0.59 |
| Hex | 2C | AC | FF | 53 | 21 | 0 | 0 | CC | 64 | 3B |
| Octal | 54 | 254 | 377 | 123 | 41 | 0 | 0 | 314 | 144 | 73 |
| Binary | 101100 | 10101100 | 11111111 | 1010011 | 100001 | 0 | 0 | 11001100 | 1100100 | 111011 |
Color Harmonies of #2CACFF
Complementary color
Monochromatic Colors of #2CACFF
Black with #2CACFF
Text Example
Text Example
White with #2CACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CACFF; }
p { color: rgb(44,172,255); }
H1.HeaderClassName
{
color: #2CACFF;
}
.AnyTagClassName
{
color: #2CACFF;
}
</style>
background-color css
<style>
a { background-color: #2CACFF; }
a { background-color: rgb(44,172,255); }
div.DivClassName
{
background-color: #2CACFF;
}
.BgClassName
{
background-color: #2CACFF;
}
</style>
border-color css
<style>
span { border-color: #2CACFF; }
span { border-color: rgb(44,172,255); }
td.TdClassName
{
border-color: #2CACFF;
}
.TagClassName
{
border-color: #2CACFF;
}
</style>