Shades of Dodger Blue #038FF0
Tints of Dodger Blue #038FF0
RGB
CMYK
RGB Variations
Color information
#038FF0 (or 0x038FF0) is known color: Dodger Blue. HEX triplet: 03, 8F and F0. RGB value is (3,143,240). Sum of RGB (Red+Green+Blue) = 3+143+240=386 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 240 (94.14% from 255 or 62.18% from 386); Max value from RGB is 240 - color contains mainly: blue. Hex color #038FF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038FF0 is #FC700F. Grayscale: #6F6F6F. Windows color (decimal): -16543760 or 15765251. OLE color: 15765251.
HSL color Cylindrical-coordinate representation of color #038FF0: hue angle of 204.56º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038FF0 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 143 | 240 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.06 |
| HSL | 204.56º | 0.98% | 0.48% | - |
| HSV(B) | 204.56º | 0.99% | 0.94% | - |
| XYZ | 25.59 | 25.96 | 86.1 | - |
| YUV | 112.2 | 200.12 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 240 | 0.99 | 0.40 | 0 | 0.06 | 204.56 | 0.98 | 0.48 |
| Hex | 3 | 8F | F0 | 63 | 28 | 0 | 6 | CD | 62 | 30 |
| Octal | 3 | 217 | 360 | 143 | 50 | 0 | 6 | 315 | 142 | 60 |
| Binary | 11 | 10001111 | 11110000 | 1100011 | 101000 | 0 | 110 | 11001101 | 1100010 | 110000 |
Color Harmonies of #038FF0
Complementary color
Monochromatic Colors of #038FF0
Black with #038FF0
Text Example
Text Example
White with #038FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038FF0; }
p { color: rgb(3,143,240); }
H1.HeaderClassName
{
color: #038FF0;
}
.AnyTagClassName
{
color: #038FF0;
}
</style>
background-color css
<style>
a { background-color: #038FF0; }
a { background-color: rgb(3,143,240); }
div.DivClassName
{
background-color: #038FF0;
}
.BgClassName
{
background-color: #038FF0;
}
</style>
border-color css
<style>
span { border-color: #038FF0; }
span { border-color: rgb(3,143,240); }
td.TdClassName
{
border-color: #038FF0;
}
.TagClassName
{
border-color: #038FF0;
}
</style>