Html Css Color HEX #067FEC Dodger Blue

📋 copy color: '#067FEC'

red 6 ◦ green 127 ◦ blue 236

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

Shades of Dodger Blue #067FEC

Tints of Dodger Blue #067FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

 BLUE value IS 236 (92.58% from 255) = 63.96%

R = 1.63%
G = 34.42%
B = 63.96%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#067FEC (or 0x067FEC) is known color: Dodger Blue. HEX triplet: 06, 7F and EC. RGB value is (6,127,236). Sum of RGB (Red+Green+Blue) = 6+127+236=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #067FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067FEC is #F98013. Grayscale: #666666. Windows color (decimal): -16351252 or 15499014. OLE color: 15499014.

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

Color convert

RGB 6 127 236 -
CMYK 0.97 0.46 0 0.07
HSL 208.43º 0.95% 0.47% -
HSV(B) 208.43º 0.97% 0.93% -
XYZ 22.8 21.27 82.26 -
YUV 103.25 202.91 58.64 -
System Red Green Blue C M Y K H S L
Decimal 6 127 236 0.97 0.46 0 0.07 208.43 0.95 0.47
Hex 6 7F EC 61 2E 0 7 D0 5F 2F
Octal 6 177 354 141 56 0 7 320 137 57
Binary 110 1111111 11101100 1100001 101110 0 111 11010000 1011111 101111

Color Harmonies of #067FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FEC

Black with #067FEC

Text Example


Text Example

White with #067FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,127,236); }

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

background-color css

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

 a { background-color: rgb(6,127,236); }

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

border-color css

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

 span { border-color: rgb(6,127,236); }

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