Shades of Dodger Blue #0184FF
Tints of Dodger Blue #0184FF
RGB
CMYK
RGB Variations
Color information
#0184FF (or 0x0184FF) is known color: Dodger Blue. HEX triplet: 01, 84 and FF. RGB value is (1,132,255). Sum of RGB (Red+Green+Blue) = 1+132+255=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #0184FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0184FF is #FE7B00. Grayscale: #6A6A6A. Windows color (decimal): -16677633 or 16745473. OLE color: 16745473.
HSL color Cylindrical-coordinate representation of color #0184FF: hue angle of 209.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0184FF is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 132 | 255 | - |
| CMYK | 1.00 | 0.48 | 0 | 0 |
| HSL | 209.06º | 1% | 0.5% | - |
| HSV(B) | 209.06º | 1% | 1% | - |
| XYZ | 26.31 | 23.73 | 97.8 | - |
| YUV | 106.85 | 211.6 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 255 | 1.00 | 0.48 | 0 | 0 | 209.06 | 1 | 0.5 |
| Hex | 1 | 84 | FF | 64 | 30 | 0 | 0 | D1 | 64 | 32 |
| Octal | 1 | 204 | 377 | 144 | 60 | 0 | 0 | 321 | 144 | 62 |
| Binary | 1 | 10000100 | 11111111 | 1100100 | 110000 | 0 | 0 | 11010001 | 1100100 | 110010 |
Color Harmonies of #0184FF
Complementary color
Monochromatic Colors of #0184FF
Black with #0184FF
Text Example
Text Example
White with #0184FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0184FF; }
p { color: rgb(1,132,255); }
H1.HeaderClassName
{
color: #0184FF;
}
.AnyTagClassName
{
color: #0184FF;
}
</style>
background-color css
<style>
a { background-color: #0184FF; }
a { background-color: rgb(1,132,255); }
div.DivClassName
{
background-color: #0184FF;
}
.BgClassName
{
background-color: #0184FF;
}
</style>
border-color css
<style>
span { border-color: #0184FF; }
span { border-color: rgb(1,132,255); }
td.TdClassName
{
border-color: #0184FF;
}
.TagClassName
{
border-color: #0184FF;
}
</style>