Shades of Dodger Blue #0184EE
Tints of Dodger Blue #0184EE
RGB
CMYK
RGB Variations
Color information
#0184EE (or 0x0184EE) is known color: Dodger Blue. HEX triplet: 01, 84 and EE. RGB value is (1,132,238). Sum of RGB (Red+Green+Blue) = 1+132+238=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #0184EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0184EE is #FE7B11. Grayscale: #686868. Windows color (decimal): -16677650 or 15631361. OLE color: 15631361.
HSL color Cylindrical-coordinate representation of color #0184EE: hue angle of 206.84º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0184EE is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 132 | 238 | - |
| CMYK | 1.00 | 0.45 | 0 | 0.07 |
| HSL | 206.84º | 0.99% | 0.47% | - |
| HSV(B) | 206.84º | 1% | 0.93% | - |
| XYZ | 23.7 | 22.68 | 84.02 | - |
| YUV | 104.92 | 203.1 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 238 | 1.00 | 0.45 | 0 | 0.07 | 206.84 | 0.99 | 0.47 |
| Hex | 1 | 84 | EE | 64 | 2D | 0 | 7 | CF | 63 | 2F |
| Octal | 1 | 204 | 356 | 144 | 55 | 0 | 7 | 317 | 143 | 57 |
| Binary | 1 | 10000100 | 11101110 | 1100100 | 101101 | 0 | 111 | 11001111 | 1100011 | 101111 |
Color Harmonies of #0184EE
Complementary color
Monochromatic Colors of #0184EE
Black with #0184EE
Text Example
Text Example
White with #0184EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0184EE; }
p { color: rgb(1,132,238); }
H1.HeaderClassName
{
color: #0184EE;
}
.AnyTagClassName
{
color: #0184EE;
}
</style>
background-color css
<style>
a { background-color: #0184EE; }
a { background-color: rgb(1,132,238); }
div.DivClassName
{
background-color: #0184EE;
}
.BgClassName
{
background-color: #0184EE;
}
</style>
border-color css
<style>
span { border-color: #0184EE; }
span { border-color: rgb(1,132,238); }
td.TdClassName
{
border-color: #0184EE;
}
.TagClassName
{
border-color: #0184EE;
}
</style>