Shades of Dodger Blue #2C82EB
Tints of Dodger Blue #2C82EB
RGB
CMYK
RGB Variations
Color information
#2C82EB (or 0x2C82EB) is known color: Dodger Blue. HEX triplet: 2C, 82 and EB. RGB value is (44,130,235). Sum of RGB (Red+Green+Blue) = 44+130+235=409 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.76% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #2C82EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C82EB is #D37D14. Grayscale: #737373. Windows color (decimal): -13860117 or 15434284. OLE color: 15434284.
HSL color Cylindrical-coordinate representation of color #2C82EB: hue angle of 212.98º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C82EB is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 130 | 235 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.08 |
| HSL | 212.98º | 0.83% | 0.55% | - |
| HSV(B) | 212.98º | 0.81% | 0.92% | - |
| XYZ | 24.02 | 22.5 | 81.67 | - |
| YUV | 116.26 | 195.01 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 130 | 235 | 0.81 | 0.45 | 0 | 0.08 | 212.98 | 0.83 | 0.55 |
| Hex | 2C | 82 | EB | 51 | 2D | 0 | 8 | D5 | 53 | 37 |
| Octal | 54 | 202 | 353 | 121 | 55 | 0 | 10 | 325 | 123 | 67 |
| Binary | 101100 | 10000010 | 11101011 | 1010001 | 101101 | 0 | 1000 | 11010101 | 1010011 | 110111 |
Color Harmonies of #2C82EB
Complementary color
Monochromatic Colors of #2C82EB
Black with #2C82EB
Text Example
Text Example
White with #2C82EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C82EB; }
p { color: rgb(44,130,235); }
H1.HeaderClassName
{
color: #2C82EB;
}
.AnyTagClassName
{
color: #2C82EB;
}
</style>
background-color css
<style>
a { background-color: #2C82EB; }
a { background-color: rgb(44,130,235); }
div.DivClassName
{
background-color: #2C82EB;
}
.BgClassName
{
background-color: #2C82EB;
}
</style>
border-color css
<style>
span { border-color: #2C82EB; }
span { border-color: rgb(44,130,235); }
td.TdClassName
{
border-color: #2C82EB;
}
.TagClassName
{
border-color: #2C82EB;
}
</style>