Shades of Dodger Blue #0069FE
Tints of Dodger Blue #0069FE
RGB
CMYK
RGB Variations
Color information
#0069FE (or 0x0069FE) is known color: Dodger Blue. HEX triplet: 00, 69 and FE. RGB value is (0,105,254). Sum of RGB (Red+Green+Blue) = 0+105+254=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #0069FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0069FE is #FF9601. Grayscale: #595959. Windows color (decimal): -16750082 or 16673024. OLE color: 16673024.
HSL color Cylindrical-coordinate representation of color #0069FE: hue angle of 215.2º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0069FE is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 105 | 254 | - |
| CMYK | 1 | 0.59 | 0 | 0.00 |
| HSL | 215.2º | 1% | 0.5% | - |
| HSV(B) | 215.2º | 1% | 1% | - |
| XYZ | 22.94 | 17.26 | 95.89 | - |
| YUV | 90.59 | 220.21 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 254 | 1 | 0.59 | 0 | 0.00 | 215.2 | 1 | 0.5 |
| Hex | 0 | 69 | FE | 64 | 3B | 0 | 0 | D7 | 64 | 32 |
| Octal | 0 | 151 | 376 | 144 | 73 | 0 | 0 | 327 | 144 | 62 |
| Binary | 0 | 1101001 | 11111110 | 1100100 | 111011 | 0 | 0 | 11010111 | 1100100 | 110010 |
Color Harmonies of #0069FE
Complementary color
Monochromatic Colors of #0069FE
Black with #0069FE
Text Example
Text Example
White with #0069FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0069FE; }
p { color: rgb(0,105,254); }
H1.HeaderClassName
{
color: #0069FE;
}
.AnyTagClassName
{
color: #0069FE;
}
</style>
background-color css
<style>
a { background-color: #0069FE; }
a { background-color: rgb(0,105,254); }
div.DivClassName
{
background-color: #0069FE;
}
.BgClassName
{
background-color: #0069FE;
}
</style>
border-color css
<style>
span { border-color: #0069FE; }
span { border-color: rgb(0,105,254); }
td.TdClassName
{
border-color: #0069FE;
}
.TagClassName
{
border-color: #0069FE;
}
</style>