Html Css Color HEX #1077EC Dodger Blue

📋 copy color: '#1077EC'

red 16 ◦ green 119 ◦ blue 236

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

Shades of Dodger Blue #1077EC

Tints of Dodger Blue #1077EC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

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

R = 4.31%
G = 32.08%
B = 63.61%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1077EC (or 0x1077EC) is known color: Dodger Blue. HEX triplet: 10, 77 and EC. RGB value is (16,119,236). Sum of RGB (Red+Green+Blue) = 16+119+236=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #1077EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1077EC is #EF8813. Grayscale: #646464. Windows color (decimal): -15697940 or 15496976. OLE color: 15496976.

HSL color Cylindrical-coordinate representation of color #1077EC: hue angle of 211.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1077EC is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 119 236 -
CMYK 0.93 0.50 0 0.07
HSL 211.91º 0.87% 0.49% -
HSV(B) 211.91º 0.93% 0.93% -
XYZ 21.95 19.36 81.94 -
YUV 101.54 203.88 66.99 -
System Red Green Blue C M Y K H S L
Decimal 16 119 236 0.93 0.50 0 0.07 211.91 0.87 0.49
Hex 10 77 EC 5D 32 0 7 D4 57 31
Octal 20 167 354 135 62 0 7 324 127 61
Binary 10000 1110111 11101100 1011101 110010 0 111 11010100 1010111 110001

Color Harmonies of #1077EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1077EC

Black with #1077EC

Text Example


Text Example

White with #1077EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1077EC; }

 p { color: rgb(16,119,236); }

 H1.HeaderClassName
 {
   color: #1077EC;
 }
 .AnyTagClassName
 {
   color: #1077EC;
 }
</style>

background-color css

<style>
 a { background-color: #1077EC; }

 a { background-color: rgb(16,119,236); }

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

border-color css

<style>
 span { border-color: #1077EC; }

 span { border-color: rgb(16,119,236); }

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