Shades of Dodger Blue #037BED
Tints of Dodger Blue #037BED
RGB
CMYK
RGB Variations
Color information
#037BED (or 0x037BED) is known color: Dodger Blue. HEX triplet: 03, 7B and ED. RGB value is (3,123,237). Sum of RGB (Red+Green+Blue) = 3+123+237=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #037BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #037BED is #FC8412. Grayscale: #636363. Windows color (decimal): -16548883 or 15563523. OLE color: 15563523.
HSL color Cylindrical-coordinate representation of color #037BED: hue angle of 209.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #037BED is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 123 | 237 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.07 |
| HSL | 209.23º | 0.98% | 0.47% | - |
| HSV(B) | 209.23º | 0.99% | 0.93% | - |
| XYZ | 22.41 | 20.3 | 82.86 | - |
| YUV | 100.12 | 205.24 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 123 | 237 | 0.99 | 0.48 | 0 | 0.07 | 209.23 | 0.98 | 0.47 |
| Hex | 3 | 7B | ED | 63 | 30 | 0 | 7 | D1 | 62 | 2F |
| Octal | 3 | 173 | 355 | 143 | 60 | 0 | 7 | 321 | 142 | 57 |
| Binary | 11 | 1111011 | 11101101 | 1100011 | 110000 | 0 | 111 | 11010001 | 1100010 | 101111 |
Color Harmonies of #037BED
Complementary color
Monochromatic Colors of #037BED
Black with #037BED
Text Example
Text Example
White with #037BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037BED; }
p { color: rgb(3,123,237); }
H1.HeaderClassName
{
color: #037BED;
}
.AnyTagClassName
{
color: #037BED;
}
</style>
background-color css
<style>
a { background-color: #037BED; }
a { background-color: rgb(3,123,237); }
div.DivClassName
{
background-color: #037BED;
}
.BgClassName
{
background-color: #037BED;
}
</style>
border-color css
<style>
span { border-color: #037BED; }
span { border-color: rgb(3,123,237); }
td.TdClassName
{
border-color: #037BED;
}
.TagClassName
{
border-color: #037BED;
}
</style>