Shades of Dodger Blue #067AF2
Tints of Dodger Blue #067AF2
RGB
CMYK
RGB Variations
Color information
#067AF2 (or 0x067AF2) is known color: Dodger Blue. HEX triplet: 06, 7A and F2. RGB value is (6,122,242). Sum of RGB (Red+Green+Blue) = 6+122+242=370 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 242 (94.92% from 255 or 65.41% from 370); Max value from RGB is 242 - color contains mainly: blue. Hex color #067AF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067AF2 is #F9850D. Grayscale: #646464. Windows color (decimal): -16352526 or 15890950. OLE color: 15890950.
HSL color Cylindrical-coordinate representation of color #067AF2: hue angle of 210.51º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067AF2 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 122 | 242 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.05 |
| HSL | 210.51º | 0.95% | 0.49% | - |
| HSV(B) | 210.51º | 0.98% | 0.95% | - |
| XYZ | 23.06 | 20.37 | 86.72 | - |
| YUV | 101 | 207.57 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 242 | 0.98 | 0.50 | 0 | 0.05 | 210.51 | 0.95 | 0.49 |
| Hex | 6 | 7A | F2 | 62 | 32 | 0 | 5 | D3 | 5F | 31 |
| Octal | 6 | 172 | 362 | 142 | 62 | 0 | 5 | 323 | 137 | 61 |
| Binary | 110 | 1111010 | 11110010 | 1100010 | 110010 | 0 | 101 | 11010011 | 1011111 | 110001 |
Color Harmonies of #067AF2
Complementary color
Monochromatic Colors of #067AF2
Black with #067AF2
Text Example
Text Example
White with #067AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067AF2; }
p { color: rgb(6,122,242); }
H1.HeaderClassName
{
color: #067AF2;
}
.AnyTagClassName
{
color: #067AF2;
}
</style>
background-color css
<style>
a { background-color: #067AF2; }
a { background-color: rgb(6,122,242); }
div.DivClassName
{
background-color: #067AF2;
}
.BgClassName
{
background-color: #067AF2;
}
</style>
border-color css
<style>
span { border-color: #067AF2; }
span { border-color: rgb(6,122,242); }
td.TdClassName
{
border-color: #067AF2;
}
.TagClassName
{
border-color: #067AF2;
}
</style>