Shades of Dodger Blue #0669FE
Tints of Dodger Blue #0669FE
RGB
CMYK
RGB Variations
Color information
#0669FE (or 0x0669FE) is known color: Dodger Blue. HEX triplet: 06, 69 and FE. RGB value is (6,105,254). Sum of RGB (Red+Green+Blue) = 6+105+254=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #0669FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0669FE is #F99601. Grayscale: #5B5B5B. Windows color (decimal): -16356866 or 16673030. OLE color: 16673030.
HSL color Cylindrical-coordinate representation of color #0669FE: hue angle of 216.05º 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 #0669FE is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 105 | 254 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.00 |
| HSL | 216.05º | 0.99% | 0.51% | - |
| HSV(B) | 216.05º | 0.98% | 1% | - |
| XYZ | 23.02 | 17.3 | 95.89 | - |
| YUV | 92.39 | 219.2 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 254 | 0.98 | 0.59 | 0 | 0.00 | 216.05 | 0.99 | 0.51 |
| Hex | 6 | 69 | FE | 62 | 3B | 0 | 0 | D8 | 63 | 33 |
| Octal | 6 | 151 | 376 | 142 | 73 | 0 | 0 | 330 | 143 | 63 |
| Binary | 110 | 1101001 | 11111110 | 1100010 | 111011 | 0 | 0 | 11011000 | 1100011 | 110011 |
Color Harmonies of #0669FE
Complementary color
Monochromatic Colors of #0669FE
Black with #0669FE
Text Example
Text Example
White with #0669FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0669FE; }
p { color: rgb(6,105,254); }
H1.HeaderClassName
{
color: #0669FE;
}
.AnyTagClassName
{
color: #0669FE;
}
</style>
background-color css
<style>
a { background-color: #0669FE; }
a { background-color: rgb(6,105,254); }
div.DivClassName
{
background-color: #0669FE;
}
.BgClassName
{
background-color: #0669FE;
}
</style>
border-color css
<style>
span { border-color: #0669FE; }
span { border-color: rgb(6,105,254); }
td.TdClassName
{
border-color: #0669FE;
}
.TagClassName
{
border-color: #0669FE;
}
</style>