Shades of Dodger Blue #037BFD
Tints of Dodger Blue #037BFD
RGB
CMYK
RGB Variations
Color information
#037BFD (or 0x037BFD) is known color: Dodger Blue. HEX triplet: 03, 7B and FD. RGB value is (3,123,253). Sum of RGB (Red+Green+Blue) = 3+123+253=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #037BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037BFD is #FC8402. Grayscale: #656565. Windows color (decimal): -16548867 or 16612099. OLE color: 16612099.
HSL color Cylindrical-coordinate representation of color #037BFD: hue angle of 211.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037BFD is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 123 | 253 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.01 |
| HSL | 211.2º | 0.98% | 0.5% | - |
| HSV(B) | 211.2º | 0.99% | 0.99% | - |
| XYZ | 24.85 | 21.28 | 95.73 | - |
| YUV | 101.94 | 213.24 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 253 | 0.99 | 0.51 | 0 | 0.01 | 211.2 | 0.98 | 0.5 |
| Hex | 3 | 7B | FD | 63 | 33 | 0 | 1 | D3 | 62 | 32 |
| Octal | 3 | 173 | 375 | 143 | 63 | 0 | 1 | 323 | 142 | 62 |
| Binary | 11 | 1111011 | 11111101 | 1100011 | 110011 | 0 | 1 | 11010011 | 1100010 | 110010 |
Color Harmonies of #037BFD
Complementary color
Monochromatic Colors of #037BFD
Black with #037BFD
Text Example
Text Example
White with #037BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037BFD; }
p { color: rgb(3,123,253); }
H1.HeaderClassName
{
color: #037BFD;
}
.AnyTagClassName
{
color: #037BFD;
}
</style>
background-color css
<style>
a { background-color: #037BFD; }
a { background-color: rgb(3,123,253); }
div.DivClassName
{
background-color: #037BFD;
}
.BgClassName
{
background-color: #037BFD;
}
</style>
border-color css
<style>
span { border-color: #037BFD; }
span { border-color: rgb(3,123,253); }
td.TdClassName
{
border-color: #037BFD;
}
.TagClassName
{
border-color: #037BFD;
}
</style>