Shades of Dodger Blue #0284FF
Tints of Dodger Blue #0284FF
RGB
CMYK
RGB Variations
Color information
#0284FF (or 0x0284FF) is known color: Dodger Blue. HEX triplet: 02, 84 and FF. RGB value is (2,132,255). Sum of RGB (Red+Green+Blue) = 2+132+255=389 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #0284FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0284FF is #FD7B00. Grayscale: #6A6A6A. Windows color (decimal): -16612097 or 16745474. OLE color: 16745474.
HSL color Cylindrical-coordinate representation of color #0284FF: hue angle of 209.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0284FF is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 132 | 255 | - |
| CMYK | 0.99 | 0.48 | 0 | 0 |
| HSL | 209.17º | 1% | 0.5% | - |
| HSV(B) | 209.17º | 0.99% | 1% | - |
| XYZ | 26.33 | 23.74 | 97.8 | - |
| YUV | 107.15 | 211.43 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 132 | 255 | 0.99 | 0.48 | 0 | 0 | 209.17 | 1 | 0.5 |
| Hex | 2 | 84 | FF | 63 | 30 | 0 | 0 | D1 | 64 | 32 |
| Octal | 2 | 204 | 377 | 143 | 60 | 0 | 0 | 321 | 144 | 62 |
| Binary | 10 | 10000100 | 11111111 | 1100011 | 110000 | 0 | 0 | 11010001 | 1100100 | 110010 |
Color Harmonies of #0284FF
Complementary color
Monochromatic Colors of #0284FF
Black with #0284FF
Text Example
Text Example
White with #0284FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0284FF; }
p { color: rgb(2,132,255); }
H1.HeaderClassName
{
color: #0284FF;
}
.AnyTagClassName
{
color: #0284FF;
}
</style>
background-color css
<style>
a { background-color: #0284FF; }
a { background-color: rgb(2,132,255); }
div.DivClassName
{
background-color: #0284FF;
}
.BgClassName
{
background-color: #0284FF;
}
</style>
border-color css
<style>
span { border-color: #0284FF; }
span { border-color: rgb(2,132,255); }
td.TdClassName
{
border-color: #0284FF;
}
.TagClassName
{
border-color: #0284FF;
}
</style>