Shades of Dodger Blue #2E85FC
Tints of Dodger Blue #2E85FC
RGB
CMYK
RGB Variations
Color information
#2E85FC (or 0x2E85FC) is known color: Dodger Blue. HEX triplet: 2E, 85 and FC. RGB value is (46,133,252). Sum of RGB (Red+Green+Blue) = 46+133+252=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E85FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E85FC is #D17A03. Grayscale: #777777. Windows color (decimal): -13728260 or 16549166. OLE color: 16549166.
HSL color Cylindrical-coordinate representation of color #2E85FC: hue angle of 214.66º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E85FC is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 133 | 252 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.01 |
| HSL | 214.66º | 0.97% | 0.58% | - |
| HSV(B) | 214.66º | 0.82% | 0.99% | - |
| XYZ | 27.08 | 24.38 | 95.37 | - |
| YUV | 120.55 | 202.18 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 133 | 252 | 0.82 | 0.47 | 0 | 0.01 | 214.66 | 0.97 | 0.58 |
| Hex | 2E | 85 | FC | 52 | 2F | 0 | 1 | D7 | 61 | 3A |
| Octal | 56 | 205 | 374 | 122 | 57 | 0 | 1 | 327 | 141 | 72 |
| Binary | 101110 | 10000101 | 11111100 | 1010010 | 101111 | 0 | 1 | 11010111 | 1100001 | 111010 |
Color Harmonies of #2E85FC
Complementary color
Monochromatic Colors of #2E85FC
Black with #2E85FC
Text Example
Text Example
White with #2E85FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E85FC; }
p { color: rgb(46,133,252); }
H1.HeaderClassName
{
color: #2E85FC;
}
.AnyTagClassName
{
color: #2E85FC;
}
</style>
background-color css
<style>
a { background-color: #2E85FC; }
a { background-color: rgb(46,133,252); }
div.DivClassName
{
background-color: #2E85FC;
}
.BgClassName
{
background-color: #2E85FC;
}
</style>
border-color css
<style>
span { border-color: #2E85FC; }
span { border-color: rgb(46,133,252); }
td.TdClassName
{
border-color: #2E85FC;
}
.TagClassName
{
border-color: #2E85FC;
}
</style>