Shades of Dodger Blue #0374FB
Tints of Dodger Blue #0374FB
RGB
CMYK
RGB Variations
Color information
#0374FB (or 0x0374FB) is known color: Dodger Blue. HEX triplet: 03, 74 and FB. RGB value is (3,116,251). Sum of RGB (Red+Green+Blue) = 3+116+251=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #0374FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0374FB is #FC8B04. Grayscale: #606060. Windows color (decimal): -16550661 or 16479235. OLE color: 16479235.
HSL color Cylindrical-coordinate representation of color #0374FB: hue angle of 212.66º 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 #0374FB is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 116 | 251 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.02 |
| HSL | 212.66º | 0.98% | 0.5% | - |
| HSV(B) | 212.66º | 0.99% | 0.98% | - |
| XYZ | 23.7 | 19.48 | 93.78 | - |
| YUV | 97.6 | 214.56 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 251 | 0.99 | 0.54 | 0 | 0.02 | 212.66 | 0.98 | 0.5 |
| Hex | 3 | 74 | FB | 63 | 36 | 0 | 2 | D5 | 62 | 32 |
| Octal | 3 | 164 | 373 | 143 | 66 | 0 | 2 | 325 | 142 | 62 |
| Binary | 11 | 1110100 | 11111011 | 1100011 | 110110 | 0 | 10 | 11010101 | 1100010 | 110010 |
Color Harmonies of #0374FB
Complementary color
Monochromatic Colors of #0374FB
Black with #0374FB
Text Example
Text Example
White with #0374FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0374FB; }
p { color: rgb(3,116,251); }
H1.HeaderClassName
{
color: #0374FB;
}
.AnyTagClassName
{
color: #0374FB;
}
</style>
background-color css
<style>
a { background-color: #0374FB; }
a { background-color: rgb(3,116,251); }
div.DivClassName
{
background-color: #0374FB;
}
.BgClassName
{
background-color: #0374FB;
}
</style>
border-color css
<style>
span { border-color: #0374FB; }
span { border-color: rgb(3,116,251); }
td.TdClassName
{
border-color: #0374FB;
}
.TagClassName
{
border-color: #0374FB;
}
</style>