Shades of Dodger Blue #0675F7
Tints of Dodger Blue #0675F7
RGB
CMYK
RGB Variations
Color information
#0675F7 (or 0x0675F7) is known color: Dodger Blue. HEX triplet: 06, 75 and F7. RGB value is (6,117,247). Sum of RGB (Red+Green+Blue) = 6+117+247=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 247 (96.88% from 255 or 66.76% from 370); Max value from RGB is 247 - color contains mainly: blue. Hex color #0675F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0675F7 is #F98A08. Grayscale: #626262. Windows color (decimal): -16353801 or 16217350. OLE color: 16217350.
HSL color Cylindrical-coordinate representation of color #0675F7: hue angle of 212.37º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0675F7 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 117 | 247 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.03 |
| HSL | 212.37º | 0.95% | 0.5% | - |
| HSV(B) | 212.37º | 0.98% | 0.97% | - |
| XYZ | 23.22 | 19.48 | 90.53 | - |
| YUV | 98.63 | 211.73 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 247 | 0.98 | 0.53 | 0 | 0.03 | 212.37 | 0.95 | 0.5 |
| Hex | 6 | 75 | F7 | 62 | 35 | 0 | 3 | D4 | 5F | 32 |
| Octal | 6 | 165 | 367 | 142 | 65 | 0 | 3 | 324 | 137 | 62 |
| Binary | 110 | 1110101 | 11110111 | 1100010 | 110101 | 0 | 11 | 11010100 | 1011111 | 110010 |
Color Harmonies of #0675F7
Complementary color
Monochromatic Colors of #0675F7
Black with #0675F7
Text Example
Text Example
White with #0675F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0675F7; }
p { color: rgb(6,117,247); }
H1.HeaderClassName
{
color: #0675F7;
}
.AnyTagClassName
{
color: #0675F7;
}
</style>
background-color css
<style>
a { background-color: #0675F7; }
a { background-color: rgb(6,117,247); }
div.DivClassName
{
background-color: #0675F7;
}
.BgClassName
{
background-color: #0675F7;
}
</style>
border-color css
<style>
span { border-color: #0675F7; }
span { border-color: rgb(6,117,247); }
td.TdClassName
{
border-color: #0675F7;
}
.TagClassName
{
border-color: #0675F7;
}
</style>