Html Css Color HEX #107EEC Dodger Blue

📋 copy color: '#107EEC'

red 16 ◦ green 126 ◦ blue 236

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

Shades of Dodger Blue #107EEC

Tints of Dodger Blue #107EEC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.33%

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

R = 4.23%
G = 33.33%
B = 62.43%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#107EEC (or 0x107EEC) is known color: Dodger Blue. HEX triplet: 10, 7E and EC. RGB value is (16,126,236). Sum of RGB (Red+Green+Blue) = 16+126+236=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #107EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107EEC is #EF8113. Grayscale: #696969. Windows color (decimal): -15696148 or 15498768. OLE color: 15498768.

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

Color convert

RGB 16 126 236 -
CMYK 0.93 0.47 0 0.07
HSL 210º 0.87% 0.49% -
HSV(B) 210º 0.93% 0.93% -
XYZ 22.81 21.09 82.22 -
YUV 105.65 201.56 64.06 -
System Red Green Blue C M Y K H S L
Decimal 16 126 236 0.93 0.47 0 0.07 210 0.87 0.49
Hex 10 7E EC 5D 2F 0 7 D2 57 31
Octal 20 176 354 135 57 0 7 322 127 61
Binary 10000 1111110 11101100 1011101 101111 0 111 11010010 1010111 110001

Color Harmonies of #107EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107EEC

Black with #107EEC

Text Example


Text Example

White with #107EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107EEC; }

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

 H1.HeaderClassName
 {
   color: #107EEC;
 }
 .AnyTagClassName
 {
   color: #107EEC;
 }
</style>

background-color css

<style>
 a { background-color: #107EEC; }

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

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

border-color css

<style>
 span { border-color: #107EEC; }

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

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