Shades of Dodger Blue #2C8AEF
Tints of Dodger Blue #2C8AEF
RGB
CMYK
RGB Variations
Color information
#2C8AEF (or 0x2C8AEF) is known color: Dodger Blue. HEX triplet: 2C, 8A and EF. RGB value is (44,138,239). Sum of RGB (Red+Green+Blue) = 44+138+239=421 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.45% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #2C8AEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C8AEF is #D37510. Grayscale: #787878. Windows color (decimal): -13858065 or 15698476. OLE color: 15698476.
HSL color Cylindrical-coordinate representation of color #2C8AEF: hue angle of 211.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C8AEF is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 138 | 239 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.06 |
| HSL | 211.08º | 0.86% | 0.55% | - |
| HSV(B) | 211.08º | 0.82% | 0.94% | - |
| XYZ | 25.71 | 24.94 | 85.12 | - |
| YUV | 121.41 | 194.36 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 138 | 239 | 0.82 | 0.42 | 0 | 0.06 | 211.08 | 0.86 | 0.55 |
| Hex | 2C | 8A | EF | 52 | 2A | 0 | 6 | D3 | 56 | 37 |
| Octal | 54 | 212 | 357 | 122 | 52 | 0 | 6 | 323 | 126 | 67 |
| Binary | 101100 | 10001010 | 11101111 | 1010010 | 101010 | 0 | 110 | 11010011 | 1010110 | 110111 |
Color Harmonies of #2C8AEF
Complementary color
Monochromatic Colors of #2C8AEF
Black with #2C8AEF
Text Example
Text Example
White with #2C8AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C8AEF; }
p { color: rgb(44,138,239); }
H1.HeaderClassName
{
color: #2C8AEF;
}
.AnyTagClassName
{
color: #2C8AEF;
}
</style>
background-color css
<style>
a { background-color: #2C8AEF; }
a { background-color: rgb(44,138,239); }
div.DivClassName
{
background-color: #2C8AEF;
}
.BgClassName
{
background-color: #2C8AEF;
}
</style>
border-color css
<style>
span { border-color: #2C8AEF; }
span { border-color: rgb(44,138,239); }
td.TdClassName
{
border-color: #2C8AEF;
}
.TagClassName
{
border-color: #2C8AEF;
}
</style>