Shades of Dodger Blue #208FEA
Tints of Dodger Blue #208FEA
RGB
CMYK
RGB Variations
Color information
#208FEA (or 0x208FEA) is known color: Dodger Blue. HEX triplet: 20, 8F and EA. RGB value is (32,143,234). Sum of RGB (Red+Green+Blue) = 32+143+234=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #208FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #208FEA is #DF7015. Grayscale: #777777. Windows color (decimal): -14643222 or 15372064. OLE color: 15372064.
HSL color Cylindrical-coordinate representation of color #208FEA: hue angle of 207.03º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208FEA is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 143 | 234 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.08 |
| HSL | 207.03º | 0.83% | 0.52% | - |
| HSV(B) | 207.03º | 0.86% | 0.92% | - |
| XYZ | 25.27 | 25.89 | 81.51 | - |
| YUV | 120.19 | 192.23 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 234 | 0.86 | 0.39 | 0 | 0.08 | 207.03 | 0.83 | 0.52 |
| Hex | 20 | 8F | EA | 56 | 27 | 0 | 8 | CF | 53 | 34 |
| Octal | 40 | 217 | 352 | 126 | 47 | 0 | 10 | 317 | 123 | 64 |
| Binary | 100000 | 10001111 | 11101010 | 1010110 | 100111 | 0 | 1000 | 11001111 | 1010011 | 110100 |
Color Harmonies of #208FEA
Complementary color
Monochromatic Colors of #208FEA
Black with #208FEA
Text Example
Text Example
White with #208FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208FEA; }
p { color: rgb(32,143,234); }
H1.HeaderClassName
{
color: #208FEA;
}
.AnyTagClassName
{
color: #208FEA;
}
</style>
background-color css
<style>
a { background-color: #208FEA; }
a { background-color: rgb(32,143,234); }
div.DivClassName
{
background-color: #208FEA;
}
.BgClassName
{
background-color: #208FEA;
}
</style>
border-color css
<style>
span { border-color: #208FEA; }
span { border-color: rgb(32,143,234); }
td.TdClassName
{
border-color: #208FEA;
}
.TagClassName
{
border-color: #208FEA;
}
</style>