Shades of Dodger Blue #039BFC
Tints of Dodger Blue #039BFC
RGB
CMYK
RGB Variations
Color information
#039BFC (or 0x039BFC) is known color: Dodger Blue. HEX triplet: 03, 9B and FC. RGB value is (3,155,252). Sum of RGB (Red+Green+Blue) = 3+155+252=410 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 252 (98.83% from 255 or 61.46% from 410); Max value from RGB is 252 - color contains mainly: blue. Hex color #039BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039BFC is #FC6403. Grayscale: #787878. Windows color (decimal): -16540676 or 16554755. OLE color: 16554755.
HSL color Cylindrical-coordinate representation of color #039BFC: hue angle of 203.37º 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 #039BFC is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 155 | 252 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.01 |
| HSL | 203.37º | 0.98% | 0.5% | - |
| HSV(B) | 203.37º | 0.99% | 0.99% | - |
| XYZ | 29.33 | 30.49 | 96.43 | - |
| YUV | 120.61 | 202.14 | 44.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 155 | 252 | 0.99 | 0.38 | 0 | 0.01 | 203.37 | 0.98 | 0.5 |
| Hex | 3 | 9B | FC | 63 | 26 | 0 | 1 | CB | 62 | 32 |
| Octal | 3 | 233 | 374 | 143 | 46 | 0 | 1 | 313 | 142 | 62 |
| Binary | 11 | 10011011 | 11111100 | 1100011 | 100110 | 0 | 1 | 11001011 | 1100010 | 110010 |
Color Harmonies of #039BFC
Complementary color
Monochromatic Colors of #039BFC
Black with #039BFC
Text Example
Text Example
White with #039BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039BFC; }
p { color: rgb(3,155,252); }
H1.HeaderClassName
{
color: #039BFC;
}
.AnyTagClassName
{
color: #039BFC;
}
</style>
background-color css
<style>
a { background-color: #039BFC; }
a { background-color: rgb(3,155,252); }
div.DivClassName
{
background-color: #039BFC;
}
.BgClassName
{
background-color: #039BFC;
}
</style>
border-color css
<style>
span { border-color: #039BFC; }
span { border-color: rgb(3,155,252); }
td.TdClassName
{
border-color: #039BFC;
}
.TagClassName
{
border-color: #039BFC;
}
</style>