Shades of Dodger Blue #037BF8
Tints of Dodger Blue #037BF8
RGB
CMYK
RGB Variations
Color information
#037BF8 (or 0x037BF8) is known color: Dodger Blue. HEX triplet: 03, 7B and F8. RGB value is (3,123,248). Sum of RGB (Red+Green+Blue) = 3+123+248=374 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 248 (97.27% from 255 or 66.31% from 374); Max value from RGB is 248 - color contains mainly: blue. Hex color #037BF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037BF8 is #FC8407. Grayscale: #646464. Windows color (decimal): -16548872 or 16284419. OLE color: 16284419.
HSL color Cylindrical-coordinate representation of color #037BF8: hue angle of 210.61º 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 #037BF8 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 123 | 248 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.03 |
| HSL | 210.61º | 0.98% | 0.49% | - |
| HSV(B) | 210.61º | 0.99% | 0.97% | - |
| XYZ | 24.06 | 20.96 | 91.58 | - |
| YUV | 101.37 | 210.74 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 248 | 0.99 | 0.50 | 0 | 0.03 | 210.61 | 0.98 | 0.49 |
| Hex | 3 | 7B | F8 | 63 | 32 | 0 | 3 | D3 | 62 | 31 |
| Octal | 3 | 173 | 370 | 143 | 62 | 0 | 3 | 323 | 142 | 61 |
| Binary | 11 | 1111011 | 11111000 | 1100011 | 110010 | 0 | 11 | 11010011 | 1100010 | 110001 |
Color Harmonies of #037BF8
Complementary color
Monochromatic Colors of #037BF8
Black with #037BF8
Text Example
Text Example
White with #037BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037BF8; }
p { color: rgb(3,123,248); }
H1.HeaderClassName
{
color: #037BF8;
}
.AnyTagClassName
{
color: #037BF8;
}
</style>
background-color css
<style>
a { background-color: #037BF8; }
a { background-color: rgb(3,123,248); }
div.DivClassName
{
background-color: #037BF8;
}
.BgClassName
{
background-color: #037BF8;
}
</style>
border-color css
<style>
span { border-color: #037BF8; }
span { border-color: rgb(3,123,248); }
td.TdClassName
{
border-color: #037BF8;
}
.TagClassName
{
border-color: #037BF8;
}
</style>