Shades of Dodger Blue #038CFC
Tints of Dodger Blue #038CFC
RGB
CMYK
RGB Variations
Color information
#038CFC (or 0x038CFC) is known color: Dodger Blue. HEX triplet: 03, 8C and FC. RGB value is (3,140,252). Sum of RGB (Red+Green+Blue) = 3+140+252=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #038CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038CFC is #FC7303. Grayscale: #6F6F6F. Windows color (decimal): -16544516 or 16550915. OLE color: 16550915.
HSL color Cylindrical-coordinate representation of color #038CFC: hue angle of 206.99º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038CFC is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 140 | 252 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.01 |
| HSL | 206.99º | 0.98% | 0.5% | - |
| HSV(B) | 206.99º | 0.99% | 0.99% | - |
| XYZ | 26.99 | 25.8 | 95.65 | - |
| YUV | 111.81 | 207.11 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 140 | 252 | 0.99 | 0.44 | 0 | 0.01 | 206.99 | 0.98 | 0.5 |
| Hex | 3 | 8C | FC | 63 | 2C | 0 | 1 | CF | 62 | 32 |
| Octal | 3 | 214 | 374 | 143 | 54 | 0 | 1 | 317 | 142 | 62 |
| Binary | 11 | 10001100 | 11111100 | 1100011 | 101100 | 0 | 1 | 11001111 | 1100010 | 110010 |
Color Harmonies of #038CFC
Complementary color
Monochromatic Colors of #038CFC
Black with #038CFC
Text Example
Text Example
White with #038CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038CFC; }
p { color: rgb(3,140,252); }
H1.HeaderClassName
{
color: #038CFC;
}
.AnyTagClassName
{
color: #038CFC;
}
</style>
background-color css
<style>
a { background-color: #038CFC; }
a { background-color: rgb(3,140,252); }
div.DivClassName
{
background-color: #038CFC;
}
.BgClassName
{
background-color: #038CFC;
}
</style>
border-color css
<style>
span { border-color: #038CFC; }
span { border-color: rgb(3,140,252); }
td.TdClassName
{
border-color: #038CFC;
}
.TagClassName
{
border-color: #038CFC;
}
</style>