Shades of Dodger Blue #0375FB
Tints of Dodger Blue #0375FB
RGB
CMYK
RGB Variations
Color information
#0375FB (or 0x0375FB) is known color: Dodger Blue. HEX triplet: 03, 75 and FB. RGB value is (3,117,251). Sum of RGB (Red+Green+Blue) = 3+117+251=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #0375FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0375FB is #FC8A04. Grayscale: #616161. Windows color (decimal): -16550405 or 16479491. OLE color: 16479491.
HSL color Cylindrical-coordinate representation of color #0375FB: hue angle of 212.42º 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 #0375FB is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 117 | 251 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.02 |
| HSL | 212.42º | 0.98% | 0.5% | - |
| HSV(B) | 212.42º | 0.99% | 0.98% | - |
| XYZ | 23.81 | 19.71 | 93.82 | - |
| YUV | 98.19 | 214.23 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 117 | 251 | 0.99 | 0.53 | 0 | 0.02 | 212.42 | 0.98 | 0.5 |
| Hex | 3 | 75 | FB | 63 | 35 | 0 | 2 | D4 | 62 | 32 |
| Octal | 3 | 165 | 373 | 143 | 65 | 0 | 2 | 324 | 142 | 62 |
| Binary | 11 | 1110101 | 11111011 | 1100011 | 110101 | 0 | 10 | 11010100 | 1100010 | 110010 |
Color Harmonies of #0375FB
Complementary color
Monochromatic Colors of #0375FB
Black with #0375FB
Text Example
Text Example
White with #0375FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0375FB; }
p { color: rgb(3,117,251); }
H1.HeaderClassName
{
color: #0375FB;
}
.AnyTagClassName
{
color: #0375FB;
}
</style>
background-color css
<style>
a { background-color: #0375FB; }
a { background-color: rgb(3,117,251); }
div.DivClassName
{
background-color: #0375FB;
}
.BgClassName
{
background-color: #0375FB;
}
</style>
border-color css
<style>
span { border-color: #0375FB; }
span { border-color: rgb(3,117,251); }
td.TdClassName
{
border-color: #0375FB;
}
.TagClassName
{
border-color: #0375FB;
}
</style>