Shades of Dodger Blue #0385FD
Tints of Dodger Blue #0385FD
RGB
CMYK
RGB Variations
Color information
#0385FD (or 0x0385FD) is known color: Dodger Blue. HEX triplet: 03, 85 and FD. RGB value is (3,133,253). Sum of RGB (Red+Green+Blue) = 3+133+253=389 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #0385FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0385FD is #FC7A02. Grayscale: #6B6B6B. Windows color (decimal): -16546307 or 16614659. OLE color: 16614659.
HSL color Cylindrical-coordinate representation of color #0385FD: hue angle of 208.8º 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 #0385FD is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 133 | 253 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.01 |
| HSL | 208.8º | 0.98% | 0.5% | - |
| HSV(B) | 208.8º | 0.99% | 0.99% | - |
| XYZ | 26.15 | 23.89 | 96.16 | - |
| YUV | 107.81 | 209.93 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 253 | 0.99 | 0.47 | 0 | 0.01 | 208.8 | 0.98 | 0.5 |
| Hex | 3 | 85 | FD | 63 | 2F | 0 | 1 | D1 | 62 | 32 |
| Octal | 3 | 205 | 375 | 143 | 57 | 0 | 1 | 321 | 142 | 62 |
| Binary | 11 | 10000101 | 11111101 | 1100011 | 101111 | 0 | 1 | 11010001 | 1100010 | 110010 |
Color Harmonies of #0385FD
Complementary color
Monochromatic Colors of #0385FD
Black with #0385FD
Text Example
Text Example
White with #0385FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0385FD; }
p { color: rgb(3,133,253); }
H1.HeaderClassName
{
color: #0385FD;
}
.AnyTagClassName
{
color: #0385FD;
}
</style>
background-color css
<style>
a { background-color: #0385FD; }
a { background-color: rgb(3,133,253); }
div.DivClassName
{
background-color: #0385FD;
}
.BgClassName
{
background-color: #0385FD;
}
</style>
border-color css
<style>
span { border-color: #0385FD; }
span { border-color: rgb(3,133,253); }
td.TdClassName
{
border-color: #0385FD;
}
.TagClassName
{
border-color: #0385FD;
}
</style>