Shades of Dodger Blue #027BFE
Tints of Dodger Blue #027BFE
RGB
CMYK
RGB Variations
Color information
#027BFE (or 0x027BFE) is known color: Dodger Blue. HEX triplet: 02, 7B and FE. RGB value is (2,123,254). Sum of RGB (Red+Green+Blue) = 2+123+254=379 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #027BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027BFE is #FD8401. Grayscale: #656565. Windows color (decimal): -16614402 or 16677634. OLE color: 16677634.
HSL color Cylindrical-coordinate representation of color #027BFE: hue angle of 211.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BFE is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 123 | 254 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.00 |
| HSL | 211.19º | 0.99% | 0.5% | - |
| HSV(B) | 211.19º | 0.99% | 1% | - |
| XYZ | 25 | 21.33 | 96.57 | - |
| YUV | 101.76 | 213.91 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 254 | 0.99 | 0.52 | 0 | 0.00 | 211.19 | 0.99 | 0.5 |
| Hex | 2 | 7B | FE | 63 | 34 | 0 | 0 | D3 | 63 | 32 |
| Octal | 2 | 173 | 376 | 143 | 64 | 0 | 0 | 323 | 143 | 62 |
| Binary | 10 | 1111011 | 11111110 | 1100011 | 110100 | 0 | 0 | 11010011 | 1100011 | 110010 |
Color Harmonies of #027BFE
Complementary color
Monochromatic Colors of #027BFE
Black with #027BFE
Text Example
Text Example
White with #027BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BFE; }
p { color: rgb(2,123,254); }
H1.HeaderClassName
{
color: #027BFE;
}
.AnyTagClassName
{
color: #027BFE;
}
</style>
background-color css
<style>
a { background-color: #027BFE; }
a { background-color: rgb(2,123,254); }
div.DivClassName
{
background-color: #027BFE;
}
.BgClassName
{
background-color: #027BFE;
}
</style>
border-color css
<style>
span { border-color: #027BFE; }
span { border-color: rgb(2,123,254); }
td.TdClassName
{
border-color: #027BFE;
}
.TagClassName
{
border-color: #027BFE;
}
</style>