Shades of Dodger Blue #0375FF
Tints of Dodger Blue #0375FF
RGB
CMYK
RGB Variations
Color information
#0375FF (or 0x0375FF) is known color: Dodger Blue. HEX triplet: 03, 75 and FF. RGB value is (3,117,255). Sum of RGB (Red+Green+Blue) = 3+117+255=375 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.8% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #0375FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0375FF is #FC8A00. Grayscale: #616161. Windows color (decimal): -16550401 or 16741635. OLE color: 16741635.
HSL color Cylindrical-coordinate representation of color #0375FF: hue angle of 212.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0375FF is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 117 | 255 | - |
| CMYK | 0.99 | 0.54 | 0 | 0 |
| HSL | 212.86º | 1% | 0.51% | - |
| HSV(B) | 212.86º | 0.99% | 1% | - |
| XYZ | 24.45 | 19.96 | 97.17 | - |
| YUV | 98.65 | 216.23 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 255 | 0.99 | 0.54 | 0 | 0 | 212.86 | 1 | 0.51 |
| Hex | 3 | 75 | FF | 63 | 36 | 0 | 0 | D5 | 64 | 33 |
| Octal | 3 | 165 | 377 | 143 | 66 | 0 | 0 | 325 | 144 | 63 |
| Binary | 11 | 1110101 | 11111111 | 1100011 | 110110 | 0 | 0 | 11010101 | 1100100 | 110011 |
Color Harmonies of #0375FF
Complementary color
Monochromatic Colors of #0375FF
Black with #0375FF
Text Example
Text Example
White with #0375FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0375FF; }
p { color: rgb(3,117,255); }
H1.HeaderClassName
{
color: #0375FF;
}
.AnyTagClassName
{
color: #0375FF;
}
</style>
background-color css
<style>
a { background-color: #0375FF; }
a { background-color: rgb(3,117,255); }
div.DivClassName
{
background-color: #0375FF;
}
.BgClassName
{
background-color: #0375FF;
}
</style>
border-color css
<style>
span { border-color: #0375FF; }
span { border-color: rgb(3,117,255); }
td.TdClassName
{
border-color: #0375FF;
}
.TagClassName
{
border-color: #0375FF;
}
</style>