Shades of Dodger Blue #0675FB
Tints of Dodger Blue #0675FB
RGB
CMYK
RGB Variations
Color information
#0675FB (or 0x0675FB) is known color: Dodger Blue. HEX triplet: 06, 75 and FB. RGB value is (6,117,251). Sum of RGB (Red+Green+Blue) = 6+117+251=374 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #0675FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0675FB is #F98A04. Grayscale: #626262. Windows color (decimal): -16353797 or 16479494. OLE color: 16479494.
HSL color Cylindrical-coordinate representation of color #0675FB: hue angle of 212.82º 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 #0675FB is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 117 | 251 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.02 |
| HSL | 212.82º | 0.97% | 0.5% | - |
| HSV(B) | 212.82º | 0.98% | 0.98% | - |
| XYZ | 23.85 | 19.73 | 93.82 | - |
| YUV | 99.09 | 213.73 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 251 | 0.98 | 0.53 | 0 | 0.02 | 212.82 | 0.97 | 0.5 |
| Hex | 6 | 75 | FB | 62 | 35 | 0 | 2 | D5 | 61 | 32 |
| Octal | 6 | 165 | 373 | 142 | 65 | 0 | 2 | 325 | 141 | 62 |
| Binary | 110 | 1110101 | 11111011 | 1100010 | 110101 | 0 | 10 | 11010101 | 1100001 | 110010 |
Color Harmonies of #0675FB
Complementary color
Monochromatic Colors of #0675FB
Black with #0675FB
Text Example
Text Example
White with #0675FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0675FB; }
p { color: rgb(6,117,251); }
H1.HeaderClassName
{
color: #0675FB;
}
.AnyTagClassName
{
color: #0675FB;
}
</style>
background-color css
<style>
a { background-color: #0675FB; }
a { background-color: rgb(6,117,251); }
div.DivClassName
{
background-color: #0675FB;
}
.BgClassName
{
background-color: #0675FB;
}
</style>
border-color css
<style>
span { border-color: #0675FB; }
span { border-color: rgb(6,117,251); }
td.TdClassName
{
border-color: #0675FB;
}
.TagClassName
{
border-color: #0675FB;
}
</style>