Shades of Dodger Blue #038AFE
Tints of Dodger Blue #038AFE
RGB
CMYK
RGB Variations
Color information
#038AFE (or 0x038AFE) is known color: Dodger Blue. HEX triplet: 03, 8A and FE. RGB value is (3,138,254). Sum of RGB (Red+Green+Blue) = 3+138+254=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #038AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038AFE is #FC7501. Grayscale: #6E6E6E. Windows color (decimal): -16545026 or 16681475. OLE color: 16681475.
HSL color Cylindrical-coordinate representation of color #038AFE: hue angle of 207.73º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038AFE is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 138 | 254 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.00 |
| HSL | 207.73º | 0.99% | 0.5% | - |
| HSV(B) | 207.73º | 0.99% | 1% | - |
| XYZ | 27.02 | 25.35 | 97.24 | - |
| YUV | 110.86 | 208.77 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 254 | 0.99 | 0.46 | 0 | 0.00 | 207.73 | 0.99 | 0.5 |
| Hex | 3 | 8A | FE | 63 | 2E | 0 | 0 | D0 | 63 | 32 |
| Octal | 3 | 212 | 376 | 143 | 56 | 0 | 0 | 320 | 143 | 62 |
| Binary | 11 | 10001010 | 11111110 | 1100011 | 101110 | 0 | 0 | 11010000 | 1100011 | 110010 |
Color Harmonies of #038AFE
Complementary color
Monochromatic Colors of #038AFE
Black with #038AFE
Text Example
Text Example
White with #038AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038AFE; }
p { color: rgb(3,138,254); }
H1.HeaderClassName
{
color: #038AFE;
}
.AnyTagClassName
{
color: #038AFE;
}
</style>
background-color css
<style>
a { background-color: #038AFE; }
a { background-color: rgb(3,138,254); }
div.DivClassName
{
background-color: #038AFE;
}
.BgClassName
{
background-color: #038AFE;
}
</style>
border-color css
<style>
span { border-color: #038AFE; }
span { border-color: rgb(3,138,254); }
td.TdClassName
{
border-color: #038AFE;
}
.TagClassName
{
border-color: #038AFE;
}
</style>