Shades of Dodger Blue #027AF0
Tints of Dodger Blue #027AF0
RGB
CMYK
RGB Variations
Color information
#027AF0 (or 0x027AF0) is known color: Dodger Blue. HEX triplet: 02, 7A and F0. RGB value is (2,122,240). Sum of RGB (Red+Green+Blue) = 2+122+240=364 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 240 (94.14% from 255 or 65.93% from 364); Max value from RGB is 240 - color contains mainly: blue. Hex color #027AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027AF0 is #FD850F. Grayscale: #626262. Windows color (decimal): -16614672 or 15759874. OLE color: 15759874.
HSL color Cylindrical-coordinate representation of color #027AF0: hue angle of 209.75º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AF0 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 122 | 240 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.06 |
| HSL | 209.75º | 0.98% | 0.47% | - |
| HSV(B) | 209.75º | 0.99% | 0.94% | - |
| XYZ | 22.71 | 20.22 | 85.14 | - |
| YUV | 99.57 | 207.24 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 240 | 0.99 | 0.49 | 0 | 0.06 | 209.75 | 0.98 | 0.47 |
| Hex | 2 | 7A | F0 | 63 | 31 | 0 | 6 | D2 | 62 | 2F |
| Octal | 2 | 172 | 360 | 143 | 61 | 0 | 6 | 322 | 142 | 57 |
| Binary | 10 | 1111010 | 11110000 | 1100011 | 110001 | 0 | 110 | 11010010 | 1100010 | 101111 |
Color Harmonies of #027AF0
Complementary color
Monochromatic Colors of #027AF0
Black with #027AF0
Text Example
Text Example
White with #027AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027AF0; }
p { color: rgb(2,122,240); }
H1.HeaderClassName
{
color: #027AF0;
}
.AnyTagClassName
{
color: #027AF0;
}
</style>
background-color css
<style>
a { background-color: #027AF0; }
a { background-color: rgb(2,122,240); }
div.DivClassName
{
background-color: #027AF0;
}
.BgClassName
{
background-color: #027AF0;
}
</style>
border-color css
<style>
span { border-color: #027AF0; }
span { border-color: rgb(2,122,240); }
td.TdClassName
{
border-color: #027AF0;
}
.TagClassName
{
border-color: #027AF0;
}
</style>