Shades of Dodger Blue #06A1FE
Tints of Dodger Blue #06A1FE
RGB
CMYK
RGB Variations
Color information
#06A1FE (or 0x06A1FE) is known color: Dodger Blue. HEX triplet: 06, A1 and FE. RGB value is (6,161,254). Sum of RGB (Red+Green+Blue) = 6+161+254=421 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #06A1FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #06A1FE is #F95E01. Grayscale: #7C7C7C. Windows color (decimal): -16342530 or 16687366. OLE color: 16687366.
HSL color Cylindrical-coordinate representation of color #06A1FE: hue angle of 202.5º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06A1FE is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 161 | 254 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.00 |
| HSL | 202.5º | 0.99% | 0.51% | - |
| HSV(B) | 202.5º | 0.98% | 1% | - |
| XYZ | 30.71 | 32.68 | 98.46 | - |
| YUV | 125.26 | 200.65 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 161 | 254 | 0.98 | 0.37 | 0 | 0.00 | 202.5 | 0.99 | 0.51 |
| Hex | 6 | A1 | FE | 62 | 25 | 0 | 0 | CA | 63 | 33 |
| Octal | 6 | 241 | 376 | 142 | 45 | 0 | 0 | 312 | 143 | 63 |
| Binary | 110 | 10100001 | 11111110 | 1100010 | 100101 | 0 | 0 | 11001010 | 1100011 | 110011 |
Color Harmonies of #06A1FE
Complementary color
Monochromatic Colors of #06A1FE
Black with #06A1FE
Text Example
Text Example
White with #06A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A1FE; }
p { color: rgb(6,161,254); }
H1.HeaderClassName
{
color: #06A1FE;
}
.AnyTagClassName
{
color: #06A1FE;
}
</style>
background-color css
<style>
a { background-color: #06A1FE; }
a { background-color: rgb(6,161,254); }
div.DivClassName
{
background-color: #06A1FE;
}
.BgClassName
{
background-color: #06A1FE;
}
</style>
border-color css
<style>
span { border-color: #06A1FE; }
span { border-color: rgb(6,161,254); }
td.TdClassName
{
border-color: #06A1FE;
}
.TagClassName
{
border-color: #06A1FE;
}
</style>