Shades of Dodger Blue #0370FB
Tints of Dodger Blue #0370FB
RGB
CMYK
RGB Variations
Color information
#0370FB (or 0x0370FB) is known color: Dodger Blue. HEX triplet: 03, 70 and FB. RGB value is (3,112,251). Sum of RGB (Red+Green+Blue) = 3+112+251=366 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #0370FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0370FB is #FC8F04. Grayscale: #5E5E5E. Windows color (decimal): -16551685 or 16478211. OLE color: 16478211.
HSL color Cylindrical-coordinate representation of color #0370FB: hue angle of 213.63º 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 #0370FB is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 112 | 251 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.02 |
| HSL | 213.63º | 0.98% | 0.5% | - |
| HSV(B) | 213.63º | 0.99% | 0.98% | - |
| XYZ | 23.24 | 18.57 | 93.63 | - |
| YUV | 95.26 | 215.89 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 251 | 0.99 | 0.55 | 0 | 0.02 | 213.63 | 0.98 | 0.5 |
| Hex | 3 | 70 | FB | 63 | 37 | 0 | 2 | D6 | 62 | 32 |
| Octal | 3 | 160 | 373 | 143 | 67 | 0 | 2 | 326 | 142 | 62 |
| Binary | 11 | 1110000 | 11111011 | 1100011 | 110111 | 0 | 10 | 11010110 | 1100010 | 110010 |
Color Harmonies of #0370FB
Complementary color
Monochromatic Colors of #0370FB
Black with #0370FB
Text Example
Text Example
White with #0370FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0370FB; }
p { color: rgb(3,112,251); }
H1.HeaderClassName
{
color: #0370FB;
}
.AnyTagClassName
{
color: #0370FB;
}
</style>
background-color css
<style>
a { background-color: #0370FB; }
a { background-color: rgb(3,112,251); }
div.DivClassName
{
background-color: #0370FB;
}
.BgClassName
{
background-color: #0370FB;
}
</style>
border-color css
<style>
span { border-color: #0370FB; }
span { border-color: rgb(3,112,251); }
td.TdClassName
{
border-color: #0370FB;
}
.TagClassName
{
border-color: #0370FB;
}
</style>