Shades of Dodger Blue #037AFB
Tints of Dodger Blue #037AFB
RGB
CMYK
RGB Variations
Color information
#037AFB (or 0x037AFB) is known color: Dodger Blue. HEX triplet: 03, 7A and FB. RGB value is (3,122,251). Sum of RGB (Red+Green+Blue) = 3+122+251=376 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #037AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037AFB is #FC8504. Grayscale: #646464. Windows color (decimal): -16549125 or 16480771. OLE color: 16480771.
HSL color Cylindrical-coordinate representation of color #037AFB: hue angle of 211.21º 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 #037AFB is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 122 | 251 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.02 |
| HSL | 211.21º | 0.98% | 0.5% | - |
| HSV(B) | 211.21º | 0.99% | 0.98% | - |
| XYZ | 24.41 | 20.9 | 94.02 | - |
| YUV | 101.13 | 212.58 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 251 | 0.99 | 0.51 | 0 | 0.02 | 211.21 | 0.98 | 0.5 |
| Hex | 3 | 7A | FB | 63 | 33 | 0 | 2 | D3 | 62 | 32 |
| Octal | 3 | 172 | 373 | 143 | 63 | 0 | 2 | 323 | 142 | 62 |
| Binary | 11 | 1111010 | 11111011 | 1100011 | 110011 | 0 | 10 | 11010011 | 1100010 | 110010 |
Color Harmonies of #037AFB
Complementary color
Monochromatic Colors of #037AFB
Black with #037AFB
Text Example
Text Example
White with #037AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037AFB; }
p { color: rgb(3,122,251); }
H1.HeaderClassName
{
color: #037AFB;
}
.AnyTagClassName
{
color: #037AFB;
}
</style>
background-color css
<style>
a { background-color: #037AFB; }
a { background-color: rgb(3,122,251); }
div.DivClassName
{
background-color: #037AFB;
}
.BgClassName
{
background-color: #037AFB;
}
</style>
border-color css
<style>
span { border-color: #037AFB; }
span { border-color: rgb(3,122,251); }
td.TdClassName
{
border-color: #037AFB;
}
.TagClassName
{
border-color: #037AFB;
}
</style>