Shades of Dodger Blue #0184ED
Tints of Dodger Blue #0184ED
RGB
CMYK
RGB Variations
Color information
#0184ED (or 0x0184ED) is known color: Dodger Blue. HEX triplet: 01, 84 and ED. RGB value is (1,132,237). Sum of RGB (Red+Green+Blue) = 1+132+237=370 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #0184ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0184ED is #FE7B12. Grayscale: #686868. Windows color (decimal): -16677651 or 15565825. OLE color: 15565825.
HSL color Cylindrical-coordinate representation of color #0184ED: hue angle of 206.69º 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 #0184ED is Cyan = 1.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 132 | 237 | - |
| CMYK | 1.00 | 0.44 | 0 | 0.07 |
| HSL | 206.69º | 0.99% | 0.47% | - |
| HSV(B) | 206.69º | 1% | 0.93% | - |
| XYZ | 23.55 | 22.62 | 83.25 | - |
| YUV | 104.8 | 202.6 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 237 | 1.00 | 0.44 | 0 | 0.07 | 206.69 | 0.99 | 0.47 |
| Hex | 1 | 84 | ED | 64 | 2C | 0 | 7 | CF | 63 | 2F |
| Octal | 1 | 204 | 355 | 144 | 54 | 0 | 7 | 317 | 143 | 57 |
| Binary | 1 | 10000100 | 11101101 | 1100100 | 101100 | 0 | 111 | 11001111 | 1100011 | 101111 |
Color Harmonies of #0184ED
Complementary color
Monochromatic Colors of #0184ED
Black with #0184ED
Text Example
Text Example
White with #0184ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0184ED; }
p { color: rgb(1,132,237); }
H1.HeaderClassName
{
color: #0184ED;
}
.AnyTagClassName
{
color: #0184ED;
}
</style>
background-color css
<style>
a { background-color: #0184ED; }
a { background-color: rgb(1,132,237); }
div.DivClassName
{
background-color: #0184ED;
}
.BgClassName
{
background-color: #0184ED;
}
</style>
border-color css
<style>
span { border-color: #0184ED; }
span { border-color: rgb(1,132,237); }
td.TdClassName
{
border-color: #0184ED;
}
.TagClassName
{
border-color: #0184ED;
}
</style>