Shades of Dodger Blue #2CA0FD
Tints of Dodger Blue #2CA0FD
RGB
CMYK
RGB Variations
Color information
#2CA0FD (or 0x2CA0FD) is known color: Dodger Blue. HEX triplet: 2C, A0 and FD. RGB value is (44,160,253). Sum of RGB (Red+Green+Blue) = 44+160+253=457 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.63% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #2CA0FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CA0FD is #D35F02. Grayscale: #878787. Windows color (decimal): -13852419 or 16621612. OLE color: 16621612.
HSL color Cylindrical-coordinate representation of color #2CA0FD: hue angle of 206.7º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CA0FD is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 160 | 253 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.01 |
| HSL | 206.7º | 0.98% | 0.58% | - |
| HSV(B) | 206.7º | 0.83% | 0.99% | - |
| XYZ | 31.34 | 32.77 | 97.6 | - |
| YUV | 135.92 | 194.07 | 62.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 160 | 253 | 0.83 | 0.37 | 0 | 0.01 | 206.7 | 0.98 | 0.58 |
| Hex | 2C | A0 | FD | 53 | 25 | 0 | 1 | CF | 62 | 3A |
| Octal | 54 | 240 | 375 | 123 | 45 | 0 | 1 | 317 | 142 | 72 |
| Binary | 101100 | 10100000 | 11111101 | 1010011 | 100101 | 0 | 1 | 11001111 | 1100010 | 111010 |
Color Harmonies of #2CA0FD
Complementary color
Monochromatic Colors of #2CA0FD
Black with #2CA0FD
Text Example
Text Example
White with #2CA0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA0FD; }
p { color: rgb(44,160,253); }
H1.HeaderClassName
{
color: #2CA0FD;
}
.AnyTagClassName
{
color: #2CA0FD;
}
</style>
background-color css
<style>
a { background-color: #2CA0FD; }
a { background-color: rgb(44,160,253); }
div.DivClassName
{
background-color: #2CA0FD;
}
.BgClassName
{
background-color: #2CA0FD;
}
</style>
border-color css
<style>
span { border-color: #2CA0FD; }
span { border-color: rgb(44,160,253); }
td.TdClassName
{
border-color: #2CA0FD;
}
.TagClassName
{
border-color: #2CA0FD;
}
</style>