Shades of Dodger Blue #068AF1
Tints of Dodger Blue #068AF1
RGB
CMYK
RGB Variations
Color information
#068AF1 (or 0x068AF1) is known color: Dodger Blue. HEX triplet: 06, 8A and F1. RGB value is (6,138,241). Sum of RGB (Red+Green+Blue) = 6+138+241=385 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #068AF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068AF1 is #F9750E. Grayscale: #6D6D6D. Windows color (decimal): -16348431 or 15829510. OLE color: 15829510.
HSL color Cylindrical-coordinate representation of color #068AF1: hue angle of 206.3º 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 #068AF1 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 138 | 241 | - |
| CMYK | 0.98 | 0.43 | 0 | 0.05 |
| HSL | 206.3º | 0.95% | 0.48% | - |
| HSV(B) | 206.3º | 0.98% | 0.95% | - |
| XYZ | 25.04 | 24.57 | 86.64 | - |
| YUV | 110.27 | 201.77 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 241 | 0.98 | 0.43 | 0 | 0.05 | 206.3 | 0.95 | 0.48 |
| Hex | 6 | 8A | F1 | 62 | 2B | 0 | 5 | CE | 5F | 30 |
| Octal | 6 | 212 | 361 | 142 | 53 | 0 | 5 | 316 | 137 | 60 |
| Binary | 110 | 10001010 | 11110001 | 1100010 | 101011 | 0 | 101 | 11001110 | 1011111 | 110000 |
Color Harmonies of #068AF1
Complementary color
Monochromatic Colors of #068AF1
Black with #068AF1
Text Example
Text Example
White with #068AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068AF1; }
p { color: rgb(6,138,241); }
H1.HeaderClassName
{
color: #068AF1;
}
.AnyTagClassName
{
color: #068AF1;
}
</style>
background-color css
<style>
a { background-color: #068AF1; }
a { background-color: rgb(6,138,241); }
div.DivClassName
{
background-color: #068AF1;
}
.BgClassName
{
background-color: #068AF1;
}
</style>
border-color css
<style>
span { border-color: #068AF1; }
span { border-color: rgb(6,138,241); }
td.TdClassName
{
border-color: #068AF1;
}
.TagClassName
{
border-color: #068AF1;
}
</style>