Shades of Dodger Blue #0384F3
Tints of Dodger Blue #0384F3
RGB
CMYK
RGB Variations
Color information
#0384F3 (or 0x0384F3) is known color: Dodger Blue. HEX triplet: 03, 84 and F3. RGB value is (3,132,243). Sum of RGB (Red+Green+Blue) = 3+132+243=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 243 (95.31% from 255 or 64.29% from 378); Max value from RGB is 243 - color contains mainly: blue. Hex color #0384F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0384F3 is #FC7B0C. Grayscale: #696969. Windows color (decimal): -16546573 or 15959043. OLE color: 15959043.
HSL color Cylindrical-coordinate representation of color #0384F3: hue angle of 207.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0384F3 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 132 | 243 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.05 |
| HSL | 207.75º | 0.98% | 0.48% | - |
| HSV(B) | 207.75º | 0.99% | 0.95% | - |
| XYZ | 24.47 | 22.99 | 87.94 | - |
| YUV | 106.08 | 205.26 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 132 | 243 | 0.99 | 0.46 | 0 | 0.05 | 207.75 | 0.98 | 0.48 |
| Hex | 3 | 84 | F3 | 63 | 2E | 0 | 5 | D0 | 62 | 30 |
| Octal | 3 | 204 | 363 | 143 | 56 | 0 | 5 | 320 | 142 | 60 |
| Binary | 11 | 10000100 | 11110011 | 1100011 | 101110 | 0 | 101 | 11010000 | 1100010 | 110000 |
Color Harmonies of #0384F3
Complementary color
Monochromatic Colors of #0384F3
Black with #0384F3
Text Example
Text Example
White with #0384F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0384F3; }
p { color: rgb(3,132,243); }
H1.HeaderClassName
{
color: #0384F3;
}
.AnyTagClassName
{
color: #0384F3;
}
</style>
background-color css
<style>
a { background-color: #0384F3; }
a { background-color: rgb(3,132,243); }
div.DivClassName
{
background-color: #0384F3;
}
.BgClassName
{
background-color: #0384F3;
}
</style>
border-color css
<style>
span { border-color: #0384F3; }
span { border-color: rgb(3,132,243); }
td.TdClassName
{
border-color: #0384F3;
}
.TagClassName
{
border-color: #0384F3;
}
</style>