Html Css Color HEX #1076EC Dodger Blue

📋 copy color: '#1076EC'

red 16 ◦ green 118 ◦ blue 236

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

Shades of Dodger Blue #1076EC

Tints of Dodger Blue #1076EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.89%

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

R = 4.32%
G = 31.89%
B = 63.78%

CMYK

 C value IS 0.93

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1076EC (or 0x1076EC) is known color: Dodger Blue. HEX triplet: 10, 76 and EC. RGB value is (16,118,236). Sum of RGB (Red+Green+Blue) = 16+118+236=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #1076EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1076EC is #EF8913. Grayscale: #646464. Windows color (decimal): -15698196 or 15496720. OLE color: 15496720.

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

Color convert

RGB 16 118 236 -
CMYK 0.93 0.5 0 0.07
HSL 212.18º 0.87% 0.49% -
HSV(B) 212.18º 0.93% 0.93% -
XYZ 21.83 19.12 81.9 -
YUV 100.95 204.21 67.41 -
System Red Green Blue C M Y K H S L
Decimal 16 118 236 0.93 0.5 0 0.07 212.18 0.87 0.49
Hex 10 76 EC 5D 32 0 7 D4 57 31
Octal 20 166 354 135 62 0 7 324 127 61
Binary 10000 1110110 11101100 1011101 110010 0 111 11010100 1010111 110001

Color Harmonies of #1076EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1076EC

Black with #1076EC

Text Example


Text Example

White with #1076EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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