Shades of Dodger Blue #0682FC
Tints of Dodger Blue #0682FC
RGB
CMYK
RGB Variations
Color information
#0682FC (or 0x0682FC) is known color: Dodger Blue. HEX triplet: 06, 82 and FC. RGB value is (6,130,252). Sum of RGB (Red+Green+Blue) = 6+130+252=388 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #0682FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0682FC is #F97D03. Grayscale: #6A6A6A. Windows color (decimal): -16350468 or 16548358. OLE color: 16548358.
HSL color Cylindrical-coordinate representation of color #0682FC: hue angle of 209.76º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0682FC is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 130 | 252 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.01 |
| HSL | 209.76º | 0.98% | 0.51% | - |
| HSV(B) | 209.76º | 0.98% | 0.99% | - |
| XYZ | 25.63 | 23.03 | 95.19 | - |
| YUV | 106.83 | 209.92 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 252 | 0.98 | 0.48 | 0 | 0.01 | 209.76 | 0.98 | 0.51 |
| Hex | 6 | 82 | FC | 62 | 30 | 0 | 1 | D2 | 62 | 33 |
| Octal | 6 | 202 | 374 | 142 | 60 | 0 | 1 | 322 | 142 | 63 |
| Binary | 110 | 10000010 | 11111100 | 1100010 | 110000 | 0 | 1 | 11010010 | 1100010 | 110011 |
Color Harmonies of #0682FC
Complementary color
Monochromatic Colors of #0682FC
Black with #0682FC
Text Example
Text Example
White with #0682FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0682FC; }
p { color: rgb(6,130,252); }
H1.HeaderClassName
{
color: #0682FC;
}
.AnyTagClassName
{
color: #0682FC;
}
</style>
background-color css
<style>
a { background-color: #0682FC; }
a { background-color: rgb(6,130,252); }
div.DivClassName
{
background-color: #0682FC;
}
.BgClassName
{
background-color: #0682FC;
}
</style>
border-color css
<style>
span { border-color: #0682FC; }
span { border-color: rgb(6,130,252); }
td.TdClassName
{
border-color: #0682FC;
}
.TagClassName
{
border-color: #0682FC;
}
</style>