Shades of Dodger Blue #2A8CFE
Tints of Dodger Blue #2A8CFE
RGB
CMYK
RGB Variations
Color information
#2A8CFE (or 0x2A8CFE) is known color: Dodger Blue. HEX triplet: 2A, 8C and FE. RGB value is (42,140,254). Sum of RGB (Red+Green+Blue) = 42+140+254=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #2A8CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A8CFE is #D57301. Grayscale: #7B7B7B. Windows color (decimal): -13988610 or 16682026. OLE color: 16682026.
HSL color Cylindrical-coordinate representation of color #2A8CFE: hue angle of 212.26º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A8CFE is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 140 | 254 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.00 |
| HSL | 212.26º | 0.99% | 0.58% | - |
| HSV(B) | 212.26º | 0.83% | 1% | - |
| XYZ | 28.22 | 26.4 | 97.37 | - |
| YUV | 123.69 | 201.53 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 140 | 254 | 0.83 | 0.45 | 0 | 0.00 | 212.26 | 0.99 | 0.58 |
| Hex | 2A | 8C | FE | 53 | 2D | 0 | 0 | D4 | 63 | 3A |
| Octal | 52 | 214 | 376 | 123 | 55 | 0 | 0 | 324 | 143 | 72 |
| Binary | 101010 | 10001100 | 11111110 | 1010011 | 101101 | 0 | 0 | 11010100 | 1100011 | 111010 |
Color Harmonies of #2A8CFE
Complementary color
Monochromatic Colors of #2A8CFE
Black with #2A8CFE
Text Example
Text Example
White with #2A8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8CFE; }
p { color: rgb(42,140,254); }
H1.HeaderClassName
{
color: #2A8CFE;
}
.AnyTagClassName
{
color: #2A8CFE;
}
</style>
background-color css
<style>
a { background-color: #2A8CFE; }
a { background-color: rgb(42,140,254); }
div.DivClassName
{
background-color: #2A8CFE;
}
.BgClassName
{
background-color: #2A8CFE;
}
</style>
border-color css
<style>
span { border-color: #2A8CFE; }
span { border-color: rgb(42,140,254); }
td.TdClassName
{
border-color: #2A8CFE;
}
.TagClassName
{
border-color: #2A8CFE;
}
</style>