Html Css Color HEX #1080EC Dodger Blue

📋 copy color: '#1080EC'

red 16 ◦ green 128 ◦ blue 236

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

Shades of Dodger Blue #1080EC

Tints of Dodger Blue #1080EC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

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

R = 4.21%
G = 33.68%
B = 62.11%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1080EC (or 0x1080EC) is known color: Dodger Blue. HEX triplet: 10, 80 and EC. RGB value is (16,128,236). Sum of RGB (Red+Green+Blue) = 16+128+236=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #1080EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1080EC is #EF7F13. Grayscale: #6A6A6A. Windows color (decimal): -15695636 or 15499280. OLE color: 15499280.

HSL color Cylindrical-coordinate representation of color #1080EC: hue angle of 209.45º 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 #1080EC is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 128 236 -
CMYK 0.93 0.46 0 0.07
HSL 209.45º 0.87% 0.49% -
HSV(B) 209.45º 0.93% 0.93% -
XYZ 23.07 21.6 82.31 -
YUV 106.82 200.89 63.22 -
System Red Green Blue C M Y K H S L
Decimal 16 128 236 0.93 0.46 0 0.07 209.45 0.87 0.49
Hex 10 80 EC 5D 2E 0 7 D1 57 31
Octal 20 200 354 135 56 0 7 321 127 61
Binary 10000 10000000 11101100 1011101 101110 0 111 11010001 1010111 110001

Color Harmonies of #1080EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1080EC

Black with #1080EC

Text Example


Text Example

White with #1080EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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