Html Css Color HEX #067EEF Dodger Blue

📋 copy color: '#067EEF'

red 6 ◦ green 126 ◦ blue 239

#067EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #067EEF

Tints of Dodger Blue #067EEF

RGB

 RED value IS 6 (2.73% from 255) = 1.62%

 GREEN value IS 126 (49.61% from 255) = 33.96%

 BLUE value IS 239 (93.75% from 255) = 64.42%

R = 1.62%
G = 33.96%
B = 64.42%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#067EEF (or 0x067EEF) is known color: Dodger Blue. HEX triplet: 06, 7E and EF. RGB value is (6,126,239). Sum of RGB (Red+Green+Blue) = 6+126+239=371 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.62% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 239 (93.75% from 255 or 64.42% from 371); Max value from RGB is 239 - color contains mainly: blue. Hex color #067EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067EEF is #F98110. Grayscale: #666666. Windows color (decimal): -16351505 or 15695366. OLE color: 15695366.

HSL color Cylindrical-coordinate representation of color #067EEF: hue angle of 209.1º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067EEF is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 126 239 -
CMYK 0.97 0.47 0 0.06
HSL 209.1º 0.95% 0.48% -
HSV(B) 209.1º 0.97% 0.94% -
XYZ 23.12 21.19 84.53 -
YUV 103 204.74 58.81 -
System Red Green Blue C M Y K H S L
Decimal 6 126 239 0.97 0.47 0 0.06 209.1 0.95 0.48
Hex 6 7E EF 61 2F 0 6 D1 5F 30
Octal 6 176 357 141 57 0 6 321 137 60
Binary 110 1111110 11101111 1100001 101111 0 110 11010001 1011111 110000

Color Harmonies of #067EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067EEF

Black with #067EEF

Text Example


Text Example

White with #067EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #067EEF;
 }
 .AnyTagClassName
 {
   color: #067EEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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