Shades of Dodger Blue #0384FA
Tints of Dodger Blue #0384FA
RGB
CMYK
RGB Variations
Color information
#0384FA (or 0x0384FA) is known color: Dodger Blue. HEX triplet: 03, 84 and FA. RGB value is (3,132,250). Sum of RGB (Red+Green+Blue) = 3+132+250=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #0384FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0384FA is #FC7B05. Grayscale: #6A6A6A. Windows color (decimal): -16546566 or 16417795. OLE color: 16417795.
HSL color Cylindrical-coordinate representation of color #0384FA: hue angle of 208.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0384FA is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 132 | 250 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.02 |
| HSL | 208.66º | 0.98% | 0.5% | - |
| HSV(B) | 208.66º | 0.99% | 0.98% | - |
| XYZ | 25.54 | 23.42 | 93.62 | - |
| YUV | 106.88 | 208.76 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 132 | 250 | 0.99 | 0.47 | 0 | 0.02 | 208.66 | 0.98 | 0.5 |
| Hex | 3 | 84 | FA | 63 | 2F | 0 | 2 | D1 | 62 | 32 |
| Octal | 3 | 204 | 372 | 143 | 57 | 0 | 2 | 321 | 142 | 62 |
| Binary | 11 | 10000100 | 11111010 | 1100011 | 101111 | 0 | 10 | 11010001 | 1100010 | 110010 |
Color Harmonies of #0384FA
Complementary color
Monochromatic Colors of #0384FA
Black with #0384FA
Text Example
Text Example
White with #0384FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0384FA; }
p { color: rgb(3,132,250); }
H1.HeaderClassName
{
color: #0384FA;
}
.AnyTagClassName
{
color: #0384FA;
}
</style>
background-color css
<style>
a { background-color: #0384FA; }
a { background-color: rgb(3,132,250); }
div.DivClassName
{
background-color: #0384FA;
}
.BgClassName
{
background-color: #0384FA;
}
</style>
border-color css
<style>
span { border-color: #0384FA; }
span { border-color: rgb(3,132,250); }
td.TdClassName
{
border-color: #0384FA;
}
.TagClassName
{
border-color: #0384FA;
}
</style>