Shades of Dodger Blue #2386FE
Tints of Dodger Blue #2386FE
RGB
CMYK
RGB Variations
Color information
#2386FE (or 0x2386FE) is known color: Dodger Blue. HEX triplet: 23, 86 and FE. RGB value is (35,134,254). Sum of RGB (Red+Green+Blue) = 35+134+254=423 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.27% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #2386FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2386FE is #DC7901. Grayscale: #757575. Windows color (decimal): -14448898 or 16680483. OLE color: 16680483.
HSL color Cylindrical-coordinate representation of color #2386FE: hue angle of 212.88º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2386FE is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 134 | 254 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.00 |
| HSL | 212.88º | 0.99% | 0.57% | - |
| HSV(B) | 212.88º | 0.86% | 1% | - |
| XYZ | 27.11 | 24.56 | 97.08 | - |
| YUV | 118.08 | 204.7 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 134 | 254 | 0.86 | 0.47 | 0 | 0.00 | 212.88 | 0.99 | 0.57 |
| Hex | 23 | 86 | FE | 56 | 2F | 0 | 0 | D5 | 63 | 39 |
| Octal | 43 | 206 | 376 | 126 | 57 | 0 | 0 | 325 | 143 | 71 |
| Binary | 100011 | 10000110 | 11111110 | 1010110 | 101111 | 0 | 0 | 11010101 | 1100011 | 111001 |
Color Harmonies of #2386FE
Complementary color
Monochromatic Colors of #2386FE
Black with #2386FE
Text Example
Text Example
White with #2386FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2386FE; }
p { color: rgb(35,134,254); }
H1.HeaderClassName
{
color: #2386FE;
}
.AnyTagClassName
{
color: #2386FE;
}
</style>
background-color css
<style>
a { background-color: #2386FE; }
a { background-color: rgb(35,134,254); }
div.DivClassName
{
background-color: #2386FE;
}
.BgClassName
{
background-color: #2386FE;
}
</style>
border-color css
<style>
span { border-color: #2386FE; }
span { border-color: rgb(35,134,254); }
td.TdClassName
{
border-color: #2386FE;
}
.TagClassName
{
border-color: #2386FE;
}
</style>