Shades of Dodger Blue #0672FB
Tints of Dodger Blue #0672FB
RGB
CMYK
RGB Variations
Color information
#0672FB (or 0x0672FB) is known color: Dodger Blue. HEX triplet: 06, 72 and FB. RGB value is (6,114,251). Sum of RGB (Red+Green+Blue) = 6+114+251=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #0672FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0672FB is #F98D04. Grayscale: #606060. Windows color (decimal): -16354565 or 16478726. OLE color: 16478726.
HSL color Cylindrical-coordinate representation of color #0672FB: hue angle of 213.55º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0672FB is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 114 | 251 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.02 |
| HSL | 213.55º | 0.97% | 0.5% | - |
| HSV(B) | 213.55º | 0.98% | 0.98% | - |
| XYZ | 23.51 | 19.04 | 93.7 | - |
| YUV | 97.33 | 214.72 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 251 | 0.98 | 0.55 | 0 | 0.02 | 213.55 | 0.97 | 0.5 |
| Hex | 6 | 72 | FB | 62 | 37 | 0 | 2 | D6 | 61 | 32 |
| Octal | 6 | 162 | 373 | 142 | 67 | 0 | 2 | 326 | 141 | 62 |
| Binary | 110 | 1110010 | 11111011 | 1100010 | 110111 | 0 | 10 | 11010110 | 1100001 | 110010 |
Color Harmonies of #0672FB
Complementary color
Monochromatic Colors of #0672FB
Black with #0672FB
Text Example
Text Example
White with #0672FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0672FB; }
p { color: rgb(6,114,251); }
H1.HeaderClassName
{
color: #0672FB;
}
.AnyTagClassName
{
color: #0672FB;
}
</style>
background-color css
<style>
a { background-color: #0672FB; }
a { background-color: rgb(6,114,251); }
div.DivClassName
{
background-color: #0672FB;
}
.BgClassName
{
background-color: #0672FB;
}
</style>
border-color css
<style>
span { border-color: #0672FB; }
span { border-color: rgb(6,114,251); }
td.TdClassName
{
border-color: #0672FB;
}
.TagClassName
{
border-color: #0672FB;
}
</style>