Shades of Dodger Blue #027DFB
Tints of Dodger Blue #027DFB
RGB
CMYK
RGB Variations
Color information
#027DFB (or 0x027DFB) is known color: Dodger Blue. HEX triplet: 02, 7D and FB. RGB value is (2,125,251). Sum of RGB (Red+Green+Blue) = 2+125+251=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #027DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027DFB is #FD8204. Grayscale: #656565. Windows color (decimal): -16613893 or 16481538. OLE color: 16481538.
HSL color Cylindrical-coordinate representation of color #027DFB: hue angle of 210.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027DFB is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 125 | 251 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.02 |
| HSL | 210.36º | 0.98% | 0.5% | - |
| HSV(B) | 210.36º | 0.99% | 0.98% | - |
| XYZ | 24.77 | 21.65 | 94.14 | - |
| YUV | 102.59 | 211.75 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 251 | 0.99 | 0.50 | 0 | 0.02 | 210.36 | 0.98 | 0.5 |
| Hex | 2 | 7D | FB | 63 | 32 | 0 | 2 | D2 | 62 | 32 |
| Octal | 2 | 175 | 373 | 143 | 62 | 0 | 2 | 322 | 142 | 62 |
| Binary | 10 | 1111101 | 11111011 | 1100011 | 110010 | 0 | 10 | 11010010 | 1100010 | 110010 |
Color Harmonies of #027DFB
Complementary color
Monochromatic Colors of #027DFB
Black with #027DFB
Text Example
Text Example
White with #027DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027DFB; }
p { color: rgb(2,125,251); }
H1.HeaderClassName
{
color: #027DFB;
}
.AnyTagClassName
{
color: #027DFB;
}
</style>
background-color css
<style>
a { background-color: #027DFB; }
a { background-color: rgb(2,125,251); }
div.DivClassName
{
background-color: #027DFB;
}
.BgClassName
{
background-color: #027DFB;
}
</style>
border-color css
<style>
span { border-color: #027DFB; }
span { border-color: rgb(2,125,251); }
td.TdClassName
{
border-color: #027DFB;
}
.TagClassName
{
border-color: #027DFB;
}
</style>