Shades of Dodger Blue #069BEF
Tints of Dodger Blue #069BEF
RGB
CMYK
RGB Variations
Color information
#069BEF (or 0x069BEF) is known color: Dodger Blue. HEX triplet: 06, 9B and EF. RGB value is (6,155,239). Sum of RGB (Red+Green+Blue) = 6+155+239=400 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #069BEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069BEF is #F96410. Grayscale: #777777. Windows color (decimal): -16344081 or 15702790. OLE color: 15702790.
HSL color Cylindrical-coordinate representation of color #069BEF: hue angle of 201.63º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069BEF is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 155 | 239 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.06 |
| HSL | 201.63º | 0.95% | 0.48% | - |
| HSV(B) | 201.63º | 0.97% | 0.94% | - |
| XYZ | 27.38 | 29.71 | 85.95 | - |
| YUV | 120.03 | 195.14 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 239 | 0.97 | 0.35 | 0 | 0.06 | 201.63 | 0.95 | 0.48 |
| Hex | 6 | 9B | EF | 61 | 23 | 0 | 6 | CA | 5F | 30 |
| Octal | 6 | 233 | 357 | 141 | 43 | 0 | 6 | 312 | 137 | 60 |
| Binary | 110 | 10011011 | 11101111 | 1100001 | 100011 | 0 | 110 | 11001010 | 1011111 | 110000 |
Color Harmonies of #069BEF
Complementary color
Monochromatic Colors of #069BEF
Black with #069BEF
Text Example
Text Example
White with #069BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BEF; }
p { color: rgb(6,155,239); }
H1.HeaderClassName
{
color: #069BEF;
}
.AnyTagClassName
{
color: #069BEF;
}
</style>
background-color css
<style>
a { background-color: #069BEF; }
a { background-color: rgb(6,155,239); }
div.DivClassName
{
background-color: #069BEF;
}
.BgClassName
{
background-color: #069BEF;
}
</style>
border-color css
<style>
span { border-color: #069BEF; }
span { border-color: rgb(6,155,239); }
td.TdClassName
{
border-color: #069BEF;
}
.TagClassName
{
border-color: #069BEF;
}
</style>