Shades of Dodger Blue #0382FC
Tints of Dodger Blue #0382FC
RGB
CMYK
RGB Variations
Color information
#0382FC (or 0x0382FC) is known color: Dodger Blue. HEX triplet: 03, 82 and FC. RGB value is (3,130,252). Sum of RGB (Red+Green+Blue) = 3+130+252=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 130 (51.17% from 255 or 33.77% 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 #0382FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0382FC is #FC7D03. Grayscale: #696969. Windows color (decimal): -16547076 or 16548355. OLE color: 16548355.
HSL color Cylindrical-coordinate representation of color #0382FC: hue angle of 209.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0382FC is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 130 | 252 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.01 |
| HSL | 209.4º | 0.98% | 0.5% | - |
| HSV(B) | 209.4º | 0.99% | 0.99% | - |
| XYZ | 25.59 | 23.01 | 95.19 | - |
| YUV | 105.94 | 210.42 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 252 | 0.99 | 0.48 | 0 | 0.01 | 209.4 | 0.98 | 0.5 |
| Hex | 3 | 82 | FC | 63 | 30 | 0 | 1 | D1 | 62 | 32 |
| Octal | 3 | 202 | 374 | 143 | 60 | 0 | 1 | 321 | 142 | 62 |
| Binary | 11 | 10000010 | 11111100 | 1100011 | 110000 | 0 | 1 | 11010001 | 1100010 | 110010 |
Color Harmonies of #0382FC
Complementary color
Monochromatic Colors of #0382FC
Black with #0382FC
Text Example
Text Example
White with #0382FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0382FC; }
p { color: rgb(3,130,252); }
H1.HeaderClassName
{
color: #0382FC;
}
.AnyTagClassName
{
color: #0382FC;
}
</style>
background-color css
<style>
a { background-color: #0382FC; }
a { background-color: rgb(3,130,252); }
div.DivClassName
{
background-color: #0382FC;
}
.BgClassName
{
background-color: #0382FC;
}
</style>
border-color css
<style>
span { border-color: #0382FC; }
span { border-color: rgb(3,130,252); }
td.TdClassName
{
border-color: #0382FC;
}
.TagClassName
{
border-color: #0382FC;
}
</style>