Shades of Dodger Blue #206AFB
Tints of Dodger Blue #206AFB
RGB
CMYK
RGB Variations
Color information
#206AFB (or 0x206AFB) is known color: Dodger Blue. HEX triplet: 20, 6A and FB. RGB value is (32,106,251). Sum of RGB (Red+Green+Blue) = 32+106+251=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #206AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206AFB is #DF9504. Grayscale: #636363. Windows color (decimal): -14652677 or 16476704. OLE color: 16476704.
HSL color Cylindrical-coordinate representation of color #206AFB: hue angle of 219.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206AFB is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 106 | 251 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.02 |
| HSL | 219.73º | 0.96% | 0.55% | - |
| HSV(B) | 219.73º | 0.87% | 0.98% | - |
| XYZ | 23.16 | 17.58 | 93.44 | - |
| YUV | 100.4 | 212.98 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 106 | 251 | 0.87 | 0.58 | 0 | 0.02 | 219.73 | 0.96 | 0.55 |
| Hex | 20 | 6A | FB | 57 | 3A | 0 | 2 | DC | 60 | 37 |
| Octal | 40 | 152 | 373 | 127 | 72 | 0 | 2 | 334 | 140 | 67 |
| Binary | 100000 | 1101010 | 11111011 | 1010111 | 111010 | 0 | 10 | 11011100 | 1100000 | 110111 |
Color Harmonies of #206AFB
Complementary color
Monochromatic Colors of #206AFB
Black with #206AFB
Text Example
Text Example
White with #206AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206AFB; }
p { color: rgb(32,106,251); }
H1.HeaderClassName
{
color: #206AFB;
}
.AnyTagClassName
{
color: #206AFB;
}
</style>
background-color css
<style>
a { background-color: #206AFB; }
a { background-color: rgb(32,106,251); }
div.DivClassName
{
background-color: #206AFB;
}
.BgClassName
{
background-color: #206AFB;
}
</style>
border-color css
<style>
span { border-color: #206AFB; }
span { border-color: rgb(32,106,251); }
td.TdClassName
{
border-color: #206AFB;
}
.TagClassName
{
border-color: #206AFB;
}
</style>