Shades of Dodger Blue #0184FC
Tints of Dodger Blue #0184FC
RGB
CMYK
RGB Variations
Color information
#0184FC (or 0x0184FC) is known color: Dodger Blue. HEX triplet: 01, 84 and FC. RGB value is (1,132,252). Sum of RGB (Red+Green+Blue) = 1+132+252=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #0184FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0184FC is #FE7B03. Grayscale: #696969. Windows color (decimal): -16677636 or 16548865. OLE color: 16548865.
HSL color Cylindrical-coordinate representation of color #0184FC: hue angle of 208.69º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0184FC is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 132 | 252 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.01 |
| HSL | 208.69º | 0.99% | 0.5% | - |
| HSV(B) | 208.69º | 1% | 0.99% | - |
| XYZ | 25.83 | 23.54 | 95.28 | - |
| YUV | 106.51 | 210.1 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 252 | 1.00 | 0.48 | 0 | 0.01 | 208.69 | 0.99 | 0.5 |
| Hex | 1 | 84 | FC | 64 | 30 | 0 | 1 | D1 | 63 | 32 |
| Octal | 1 | 204 | 374 | 144 | 60 | 0 | 1 | 321 | 143 | 62 |
| Binary | 1 | 10000100 | 11111100 | 1100100 | 110000 | 0 | 1 | 11010001 | 1100011 | 110010 |
Color Harmonies of #0184FC
Complementary color
Monochromatic Colors of #0184FC
Black with #0184FC
Text Example
Text Example
White with #0184FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0184FC; }
p { color: rgb(1,132,252); }
H1.HeaderClassName
{
color: #0184FC;
}
.AnyTagClassName
{
color: #0184FC;
}
</style>
background-color css
<style>
a { background-color: #0184FC; }
a { background-color: rgb(1,132,252); }
div.DivClassName
{
background-color: #0184FC;
}
.BgClassName
{
background-color: #0184FC;
}
</style>
border-color css
<style>
span { border-color: #0184FC; }
span { border-color: rgb(1,132,252); }
td.TdClassName
{
border-color: #0184FC;
}
.TagClassName
{
border-color: #0184FC;
}
</style>