Shades of Dodger Blue #038AED
Tints of Dodger Blue #038AED
RGB
CMYK
RGB Variations
Color information
#038AED (or 0x038AED) is known color: Dodger Blue. HEX triplet: 03, 8A and ED. RGB value is (3,138,237). Sum of RGB (Red+Green+Blue) = 3+138+237=378 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #038AED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038AED is #FC7512. Grayscale: #6C6C6C. Windows color (decimal): -16545043 or 15567363. OLE color: 15567363.
HSL color Cylindrical-coordinate representation of color #038AED: hue angle of 205.38º 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 #038AED is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 138 | 237 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.07 |
| HSL | 205.38º | 0.98% | 0.47% | - |
| HSV(B) | 205.38º | 0.99% | 0.93% | - |
| XYZ | 24.41 | 24.31 | 83.53 | - |
| YUV | 108.92 | 200.27 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 237 | 0.99 | 0.42 | 0 | 0.07 | 205.38 | 0.98 | 0.47 |
| Hex | 3 | 8A | ED | 63 | 2A | 0 | 7 | CD | 62 | 2F |
| Octal | 3 | 212 | 355 | 143 | 52 | 0 | 7 | 315 | 142 | 57 |
| Binary | 11 | 10001010 | 11101101 | 1100011 | 101010 | 0 | 111 | 11001101 | 1100010 | 101111 |
Color Harmonies of #038AED
Complementary color
Monochromatic Colors of #038AED
Black with #038AED
Text Example
Text Example
White with #038AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038AED; }
p { color: rgb(3,138,237); }
H1.HeaderClassName
{
color: #038AED;
}
.AnyTagClassName
{
color: #038AED;
}
</style>
background-color css
<style>
a { background-color: #038AED; }
a { background-color: rgb(3,138,237); }
div.DivClassName
{
background-color: #038AED;
}
.BgClassName
{
background-color: #038AED;
}
</style>
border-color css
<style>
span { border-color: #038AED; }
span { border-color: rgb(3,138,237); }
td.TdClassName
{
border-color: #038AED;
}
.TagClassName
{
border-color: #038AED;
}
</style>