Html Css Color HEX #107DEC Dodger Blue

📋 copy color: '#107DEC'

red 16 ◦ green 125 ◦ blue 236

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

Shades of Dodger Blue #107DEC

Tints of Dodger Blue #107DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.16%

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

R = 4.24%
G = 33.16%
B = 62.6%

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

#107DEC (or 0x107DEC) is known color: Dodger Blue. HEX triplet: 10, 7D and EC. RGB value is (16,125,236). Sum of RGB (Red+Green+Blue) = 16+125+236=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #107DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107DEC is #EF8213. Grayscale: #686868. Windows color (decimal): -15696404 or 15498512. OLE color: 15498512.

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

Color convert

RGB 16 125 236 -
CMYK 0.93 0.47 0 0.07
HSL 210.27º 0.87% 0.49% -
HSV(B) 210.27º 0.93% 0.93% -
XYZ 22.69 20.83 82.18 -
YUV 105.06 201.89 64.47 -
System Red Green Blue C M Y K H S L
Decimal 16 125 236 0.93 0.47 0 0.07 210.27 0.87 0.49
Hex 10 7D EC 5D 2F 0 7 D2 57 31
Octal 20 175 354 135 57 0 7 322 127 61
Binary 10000 1111101 11101100 1011101 101111 0 111 11010010 1010111 110001

Color Harmonies of #107DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DEC

Black with #107DEC

Text Example


Text Example

White with #107DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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