Shades of Dodger Blue #067AF1
Tints of Dodger Blue #067AF1
RGB
CMYK
RGB Variations
Color information
#067AF1 (or 0x067AF1) is known color: Dodger Blue. HEX triplet: 06, 7A and F1. RGB value is (6,122,241). Sum of RGB (Red+Green+Blue) = 6+122+241=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #067AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067AF1 is #F9850E. Grayscale: #646464. Windows color (decimal): -16352527 or 15825414. OLE color: 15825414.
HSL color Cylindrical-coordinate representation of color #067AF1: hue angle of 210.38º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067AF1 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 122 | 241 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.05 |
| HSL | 210.38º | 0.95% | 0.48% | - |
| HSV(B) | 210.38º | 0.98% | 0.95% | - |
| XYZ | 22.91 | 20.31 | 85.93 | - |
| YUV | 100.88 | 207.07 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 241 | 0.98 | 0.49 | 0 | 0.05 | 210.38 | 0.95 | 0.48 |
| Hex | 6 | 7A | F1 | 62 | 31 | 0 | 5 | D2 | 5F | 30 |
| Octal | 6 | 172 | 361 | 142 | 61 | 0 | 5 | 322 | 137 | 60 |
| Binary | 110 | 1111010 | 11110001 | 1100010 | 110001 | 0 | 101 | 11010010 | 1011111 | 110000 |
Color Harmonies of #067AF1
Complementary color
Monochromatic Colors of #067AF1
Black with #067AF1
Text Example
Text Example
White with #067AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067AF1; }
p { color: rgb(6,122,241); }
H1.HeaderClassName
{
color: #067AF1;
}
.AnyTagClassName
{
color: #067AF1;
}
</style>
background-color css
<style>
a { background-color: #067AF1; }
a { background-color: rgb(6,122,241); }
div.DivClassName
{
background-color: #067AF1;
}
.BgClassName
{
background-color: #067AF1;
}
</style>
border-color css
<style>
span { border-color: #067AF1; }
span { border-color: rgb(6,122,241); }
td.TdClassName
{
border-color: #067AF1;
}
.TagClassName
{
border-color: #067AF1;
}
</style>