Shades of Dodger Blue #027DF2
Tints of Dodger Blue #027DF2
RGB
CMYK
RGB Variations
Color information
#027DF2 (or 0x027DF2) is known color: Dodger Blue. HEX triplet: 02, 7D and F2. RGB value is (2,125,242). Sum of RGB (Red+Green+Blue) = 2+125+242=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 242 (94.92% from 255 or 65.58% from 369); Max value from RGB is 242 - color contains mainly: blue. Hex color #027DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027DF2 is #FD820D. Grayscale: #646464. Windows color (decimal): -16613902 or 15891714. OLE color: 15891714.
HSL color Cylindrical-coordinate representation of color #027DF2: hue angle of 209.25º 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 #027DF2 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 125 | 242 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.05 |
| HSL | 209.25º | 0.98% | 0.48% | - |
| HSV(B) | 209.25º | 0.99% | 0.95% | - |
| XYZ | 23.39 | 21.09 | 86.84 | - |
| YUV | 101.56 | 207.25 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 242 | 0.99 | 0.48 | 0 | 0.05 | 209.25 | 0.98 | 0.48 |
| Hex | 2 | 7D | F2 | 63 | 30 | 0 | 5 | D1 | 62 | 30 |
| Octal | 2 | 175 | 362 | 143 | 60 | 0 | 5 | 321 | 142 | 60 |
| Binary | 10 | 1111101 | 11110010 | 1100011 | 110000 | 0 | 101 | 11010001 | 1100010 | 110000 |
Color Harmonies of #027DF2
Complementary color
Monochromatic Colors of #027DF2
Black with #027DF2
Text Example
Text Example
White with #027DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027DF2; }
p { color: rgb(2,125,242); }
H1.HeaderClassName
{
color: #027DF2;
}
.AnyTagClassName
{
color: #027DF2;
}
</style>
background-color css
<style>
a { background-color: #027DF2; }
a { background-color: rgb(2,125,242); }
div.DivClassName
{
background-color: #027DF2;
}
.BgClassName
{
background-color: #027DF2;
}
</style>
border-color css
<style>
span { border-color: #027DF2; }
span { border-color: rgb(2,125,242); }
td.TdClassName
{
border-color: #027DF2;
}
.TagClassName
{
border-color: #027DF2;
}
</style>