Shades of Dodger Blue #0375F7
Tints of Dodger Blue #0375F7
RGB
CMYK
RGB Variations
Color information
#0375F7 (or 0x0375F7) is known color: Dodger Blue. HEX triplet: 03, 75 and F7. RGB value is (3,117,247). Sum of RGB (Red+Green+Blue) = 3+117+247=367 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 247 (96.88% from 255 or 67.30% from 367); Max value from RGB is 247 - color contains mainly: blue. Hex color #0375F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0375F7 is #FC8A08. Grayscale: #616161. Windows color (decimal): -16550409 or 16217347. OLE color: 16217347.
HSL color Cylindrical-coordinate representation of color #0375F7: hue angle of 211.97º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0375F7 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 117 | 247 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.03 |
| HSL | 211.97º | 0.98% | 0.49% | - |
| HSV(B) | 211.97º | 0.99% | 0.97% | - |
| XYZ | 23.19 | 19.46 | 90.53 | - |
| YUV | 97.73 | 212.23 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 247 | 0.99 | 0.53 | 0 | 0.03 | 211.97 | 0.98 | 0.49 |
| Hex | 3 | 75 | F7 | 63 | 35 | 0 | 3 | D4 | 62 | 31 |
| Octal | 3 | 165 | 367 | 143 | 65 | 0 | 3 | 324 | 142 | 61 |
| Binary | 11 | 1110101 | 11110111 | 1100011 | 110101 | 0 | 11 | 11010100 | 1100010 | 110001 |
Color Harmonies of #0375F7
Complementary color
Monochromatic Colors of #0375F7
Black with #0375F7
Text Example
Text Example
White with #0375F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0375F7; }
p { color: rgb(3,117,247); }
H1.HeaderClassName
{
color: #0375F7;
}
.AnyTagClassName
{
color: #0375F7;
}
</style>
background-color css
<style>
a { background-color: #0375F7; }
a { background-color: rgb(3,117,247); }
div.DivClassName
{
background-color: #0375F7;
}
.BgClassName
{
background-color: #0375F7;
}
</style>
border-color css
<style>
span { border-color: #0375F7; }
span { border-color: rgb(3,117,247); }
td.TdClassName
{
border-color: #0375F7;
}
.TagClassName
{
border-color: #0375F7;
}
</style>