Shades of Dodger Blue #039CF1
Tints of Dodger Blue #039CF1
RGB
CMYK
RGB Variations
Color information
#039CF1 (or 0x039CF1) is known color: Dodger Blue. HEX triplet: 03, 9C and F1. RGB value is (3,156,241). Sum of RGB (Red+Green+Blue) = 3+156+241=400 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #039CF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #039CF1 is #FC630E. Grayscale: #777777. Windows color (decimal): -16540431 or 15834115. OLE color: 15834115.
HSL color Cylindrical-coordinate representation of color #039CF1: hue angle of 201.43º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #039CF1 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 156 | 241 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.05 |
| HSL | 201.43º | 0.98% | 0.48% | - |
| HSV(B) | 201.43º | 0.99% | 0.95% | - |
| XYZ | 27.8 | 30.15 | 87.57 | - |
| YUV | 119.94 | 196.31 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 241 | 0.99 | 0.35 | 0 | 0.05 | 201.43 | 0.98 | 0.48 |
| Hex | 3 | 9C | F1 | 63 | 23 | 0 | 5 | C9 | 62 | 30 |
| Octal | 3 | 234 | 361 | 143 | 43 | 0 | 5 | 311 | 142 | 60 |
| Binary | 11 | 10011100 | 11110001 | 1100011 | 100011 | 0 | 101 | 11001001 | 1100010 | 110000 |
Color Harmonies of #039CF1
Complementary color
Monochromatic Colors of #039CF1
Black with #039CF1
Text Example
Text Example
White with #039CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039CF1; }
p { color: rgb(3,156,241); }
H1.HeaderClassName
{
color: #039CF1;
}
.AnyTagClassName
{
color: #039CF1;
}
</style>
background-color css
<style>
a { background-color: #039CF1; }
a { background-color: rgb(3,156,241); }
div.DivClassName
{
background-color: #039CF1;
}
.BgClassName
{
background-color: #039CF1;
}
</style>
border-color css
<style>
span { border-color: #039CF1; }
span { border-color: rgb(3,156,241); }
td.TdClassName
{
border-color: #039CF1;
}
.TagClassName
{
border-color: #039CF1;
}
</style>