Html Css Color HEX #1079EF Dodger Blue

📋 copy color: '#1079EF'

red 16 ◦ green 121 ◦ blue 239

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

Shades of Dodger Blue #1079EF

Tints of Dodger Blue #1079EF

RGB

 RED value IS 16 (6.64% from 255) = 4.26%

 GREEN value IS 121 (47.66% from 255) = 32.18%

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

R = 4.26%
G = 32.18%
B = 63.56%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1079EF (or 0x1079EF) is known color: Dodger Blue. HEX triplet: 10, 79 and EF. RGB value is (16,121,239). Sum of RGB (Red+Green+Blue) = 16+121+239=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #1079EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1079EF is #EF8610. Grayscale: #666666. Windows color (decimal): -15697425 or 15694096. OLE color: 15694096.

HSL color Cylindrical-coordinate representation of color #1079EF: hue angle of 211.75º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1079EF is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 121 239 -
CMYK 0.93 0.49 0 0.06
HSL 211.75º 0.87% 0.5% -
HSV(B) 211.75º 0.93% 0.94% -
XYZ 22.63 20.02 84.33 -
YUV 103.06 204.71 65.91 -
System Red Green Blue C M Y K H S L
Decimal 16 121 239 0.93 0.49 0 0.06 211.75 0.87 0.5
Hex 10 79 EF 5D 31 0 6 D4 57 32
Octal 20 171 357 135 61 0 6 324 127 62
Binary 10000 1111001 11101111 1011101 110001 0 110 11010100 1010111 110010

Color Harmonies of #1079EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1079EF

Black with #1079EF

Text Example


Text Example

White with #1079EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1079EF; }

 p { color: rgb(16,121,239); }

 H1.HeaderClassName
 {
   color: #1079EF;
 }
 .AnyTagClassName
 {
   color: #1079EF;
 }
</style>

background-color css

<style>
 a { background-color: #1079EF; }

 a { background-color: rgb(16,121,239); }

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

border-color css

<style>
 span { border-color: #1079EF; }

 span { border-color: rgb(16,121,239); }

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