#067ef6

Color #067EF6 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #067EF6

Tints of Dodger Blue #067EF6

Color information

#067EF6 (or 0x067EF6) is unknown color: approx Dodger Blue. HEX triplet: 06, 7E and F6. RGB value is (6,126,246). Sum of RGB (Red+Green+Blue) = 6+126+246=378 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.59% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 246 (96.48% from 255 or 65.08% from 378); Max value from RGB is 246 - color contains mainly: blue. Hex color #067EF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067EF6 is #F98109. Grayscale: #676767. Windows color (decimal): -16351498 or 16154118. OLE color: 16154118.

HSL color Cylindrical-coordinate representation of color #067EF6: hue angle of 210º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067EF6 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB6126246-
CMYK0.980.4900.04
HSL210º95.24%49.41%-
HSV(B)210º97.56%96.47%-
XYZ24.1721.6190.09-
YUV103.8208.2458.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 1.59%
GREEN value IS 126 (49.61% from 255) = 33.33%
BLUE value IS 246 (96.48% from 255) = 65.08%
R=1.59%
G=33.33%
B=65.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal61262460.980.4900.0421095.2449.41
Hex67EF6623104d25f31
Octal6176366142610432213761
Binary11011111101111011011000101100010100110100101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067ef6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067ef6; }

 p { color: rgb(6,126,246); }

 H1.HeaderClassName
 {
   color: #067ef6;
 }
 .AnyTagClassName
 {
   color: #067ef6;
 }
</style>
background-color css

<style>
 a { background-color: #067ef6; }

 a { background-color: rgb(6,126,246); }

 div.DivClassName
 {
   background-color: #067ef6;
 }
 .BgClassName
 {
   background-color: #067ef6;
 }
</style>
border-color css

<style>
 span { border-color: #067ef6; }

 span { border-color: rgb(6,126,246); }

 td.TdClassName
 {
   border-color: #067ef6;
 }
 .TagClassName
 {
   border-color: #067ef6;
 }
</style>