Html Css Color HEX #107EE5 Dodger Blue

📋 copy color: '#107EE5'

red 16 ◦ green 126 ◦ blue 229

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

Shades of Dodger Blue #107EE5

Tints of Dodger Blue #107EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 61.73%

R = 4.31%
G = 33.96%
B = 61.73%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#107EE5 (or 0x107EE5) is known color: Dodger Blue. HEX triplet: 10, 7E and E5. RGB value is (16,126,229). Sum of RGB (Red+Green+Blue) = 16+126+229=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #107EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107EE5 is #EF811A. Grayscale: #686868. Windows color (decimal): -15696155 or 15040016. OLE color: 15040016.

HSL color Cylindrical-coordinate representation of color #107EE5: hue angle of 209.01º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107EE5 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 16 126 229 -
CMYK 0.93 0.45 0 0.10
HSL 209.01º 0.87% 0.48% -
HSV(B) 209.01º 0.93% 0.9% -
XYZ 21.82 20.69 76.97 -
YUV 104.85 198.06 64.62 -
System Red Green Blue C M Y K H S L
Decimal 16 126 229 0.93 0.45 0 0.10 209.01 0.87 0.48
Hex 10 7E E5 5D 2D 0 A D1 57 30
Octal 20 176 345 135 55 0 12 321 127 60
Binary 10000 1111110 11100101 1011101 101101 0 1010 11010001 1010111 110000

Color Harmonies of #107EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107EE5

Black with #107EE5

Text Example


Text Example

White with #107EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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