Shades of Dodger Blue #0681FC
Tints of Dodger Blue #0681FC
RGB
CMYK
RGB Variations
Color information
#0681FC (or 0x0681FC) is known color: Dodger Blue. HEX triplet: 06, 81 and FC. RGB value is (6,129,252). Sum of RGB (Red+Green+Blue) = 6+129+252=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #0681FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0681FC is #F97E03. Grayscale: #696969. Windows color (decimal): -16350724 or 16548102. OLE color: 16548102.
HSL color Cylindrical-coordinate representation of color #0681FC: hue angle of 210º 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 #0681FC is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 129 | 252 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.01 |
| HSL | 210º | 0.98% | 0.51% | - |
| HSV(B) | 210º | 0.98% | 0.99% | - |
| XYZ | 25.5 | 22.77 | 95.15 | - |
| YUV | 106.25 | 210.25 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 252 | 0.98 | 0.49 | 0 | 0.01 | 210 | 0.98 | 0.51 |
| Hex | 6 | 81 | FC | 62 | 31 | 0 | 1 | D2 | 62 | 33 |
| Octal | 6 | 201 | 374 | 142 | 61 | 0 | 1 | 322 | 142 | 63 |
| Binary | 110 | 10000001 | 11111100 | 1100010 | 110001 | 0 | 1 | 11010010 | 1100010 | 110011 |
Color Harmonies of #0681FC
Complementary color
Monochromatic Colors of #0681FC
Black with #0681FC
Text Example
Text Example
White with #0681FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0681FC; }
p { color: rgb(6,129,252); }
H1.HeaderClassName
{
color: #0681FC;
}
.AnyTagClassName
{
color: #0681FC;
}
</style>
background-color css
<style>
a { background-color: #0681FC; }
a { background-color: rgb(6,129,252); }
div.DivClassName
{
background-color: #0681FC;
}
.BgClassName
{
background-color: #0681FC;
}
</style>
border-color css
<style>
span { border-color: #0681FC; }
span { border-color: rgb(6,129,252); }
td.TdClassName
{
border-color: #0681FC;
}
.TagClassName
{
border-color: #0681FC;
}
</style>