Shades of Dodger Blue #0667FF
Tints of Dodger Blue #0667FF
RGB
CMYK
RGB Variations
Color information
#0667FF (or 0x0667FF) is known color: Dodger Blue. HEX triplet: 06, 67 and FF. RGB value is (6,103,255). Sum of RGB (Red+Green+Blue) = 6+103+255=364 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.65% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #0667FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0667FF is #F99800. Grayscale: #5A5A5A. Windows color (decimal): -16357377 or 16738054. OLE color: 16738054.
HSL color Cylindrical-coordinate representation of color #0667FF: hue angle of 216.63º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0667FF is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 103 | 255 | - |
| CMYK | 0.98 | 0.60 | 0 | 0 |
| HSL | 216.63º | 1% | 0.51% | - |
| HSV(B) | 216.63º | 0.98% | 1% | - |
| XYZ | 22.98 | 16.96 | 96.67 | - |
| YUV | 91.33 | 220.36 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 255 | 0.98 | 0.60 | 0 | 0 | 216.63 | 1 | 0.51 |
| Hex | 6 | 67 | FF | 62 | 3C | 0 | 0 | D9 | 64 | 33 |
| Octal | 6 | 147 | 377 | 142 | 74 | 0 | 0 | 331 | 144 | 63 |
| Binary | 110 | 1100111 | 11111111 | 1100010 | 111100 | 0 | 0 | 11011001 | 1100100 | 110011 |
Color Harmonies of #0667FF
Complementary color
Monochromatic Colors of #0667FF
Black with #0667FF
Text Example
Text Example
White with #0667FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0667FF; }
p { color: rgb(6,103,255); }
H1.HeaderClassName
{
color: #0667FF;
}
.AnyTagClassName
{
color: #0667FF;
}
</style>
background-color css
<style>
a { background-color: #0667FF; }
a { background-color: rgb(6,103,255); }
div.DivClassName
{
background-color: #0667FF;
}
.BgClassName
{
background-color: #0667FF;
}
</style>
border-color css
<style>
span { border-color: #0667FF; }
span { border-color: rgb(6,103,255); }
td.TdClassName
{
border-color: #0667FF;
}
.TagClassName
{
border-color: #0667FF;
}
</style>