Shades of Dodger Blue #2D86FA
Tints of Dodger Blue #2D86FA
RGB
CMYK
RGB Variations
Color information
#2D86FA (or 0x2D86FA) is known color: Dodger Blue. HEX triplet: 2D, 86 and FA. RGB value is (45,134,250). Sum of RGB (Red+Green+Blue) = 45+134+250=429 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.49% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D86FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D86FA is #D27905. Grayscale: #787878. Windows color (decimal): -13793542 or 16418349. OLE color: 16418349.
HSL color Cylindrical-coordinate representation of color #2D86FA: hue angle of 213.95º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D86FA is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 134 | 250 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.02 |
| HSL | 213.95º | 0.95% | 0.58% | - |
| HSV(B) | 213.95º | 0.82% | 0.98% | - |
| XYZ | 26.86 | 24.51 | 93.76 | - |
| YUV | 120.61 | 201.01 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 250 | 0.82 | 0.46 | 0 | 0.02 | 213.95 | 0.95 | 0.58 |
| Hex | 2D | 86 | FA | 52 | 2E | 0 | 2 | D6 | 5F | 3A |
| Octal | 55 | 206 | 372 | 122 | 56 | 0 | 2 | 326 | 137 | 72 |
| Binary | 101101 | 10000110 | 11111010 | 1010010 | 101110 | 0 | 10 | 11010110 | 1011111 | 111010 |
Color Harmonies of #2D86FA
Complementary color
Monochromatic Colors of #2D86FA
Black with #2D86FA
Text Example
Text Example
White with #2D86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D86FA; }
p { color: rgb(45,134,250); }
H1.HeaderClassName
{
color: #2D86FA;
}
.AnyTagClassName
{
color: #2D86FA;
}
</style>
background-color css
<style>
a { background-color: #2D86FA; }
a { background-color: rgb(45,134,250); }
div.DivClassName
{
background-color: #2D86FA;
}
.BgClassName
{
background-color: #2D86FA;
}
</style>
border-color css
<style>
span { border-color: #2D86FA; }
span { border-color: rgb(45,134,250); }
td.TdClassName
{
border-color: #2D86FA;
}
.TagClassName
{
border-color: #2D86FA;
}
</style>