Shades of Dodger Blue #027BFB
Tints of Dodger Blue #027BFB
RGB
CMYK
RGB Variations
Color information
#027BFB (or 0x027BFB) is known color: Dodger Blue. HEX triplet: 02, 7B and FB. RGB value is (2,123,251). Sum of RGB (Red+Green+Blue) = 2+123+251=376 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #027BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027BFB is #FD8404. Grayscale: #646464. Windows color (decimal): -16614405 or 16481026. OLE color: 16481026.
HSL color Cylindrical-coordinate representation of color #027BFB: hue angle of 210.84º 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 #027BFB is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 123 | 251 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.02 |
| HSL | 210.84º | 0.98% | 0.5% | - |
| HSV(B) | 210.84º | 0.99% | 0.98% | - |
| XYZ | 24.52 | 21.14 | 94.06 | - |
| YUV | 101.41 | 212.41 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 251 | 0.99 | 0.51 | 0 | 0.02 | 210.84 | 0.98 | 0.5 |
| Hex | 2 | 7B | FB | 63 | 33 | 0 | 2 | D3 | 62 | 32 |
| Octal | 2 | 173 | 373 | 143 | 63 | 0 | 2 | 323 | 142 | 62 |
| Binary | 10 | 1111011 | 11111011 | 1100011 | 110011 | 0 | 10 | 11010011 | 1100010 | 110010 |
Color Harmonies of #027BFB
Complementary color
Monochromatic Colors of #027BFB
Black with #027BFB
Text Example
Text Example
White with #027BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BFB; }
p { color: rgb(2,123,251); }
H1.HeaderClassName
{
color: #027BFB;
}
.AnyTagClassName
{
color: #027BFB;
}
</style>
background-color css
<style>
a { background-color: #027BFB; }
a { background-color: rgb(2,123,251); }
div.DivClassName
{
background-color: #027BFB;
}
.BgClassName
{
background-color: #027BFB;
}
</style>
border-color css
<style>
span { border-color: #027BFB; }
span { border-color: rgb(2,123,251); }
td.TdClassName
{
border-color: #027BFB;
}
.TagClassName
{
border-color: #027BFB;
}
</style>