Html Css Color HEX #107EEE Dodger Blue

📋 copy color: '#107EEE'

red 16 ◦ green 126 ◦ blue 238

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

Shades of Dodger Blue #107EEE

Tints of Dodger Blue #107EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 62.63%

R = 4.21%
G = 33.16%
B = 62.63%

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

#107EEE (or 0x107EEE) is known color: Dodger Blue. HEX triplet: 10, 7E and EE. RGB value is (16,126,238). Sum of RGB (Red+Green+Blue) = 16+126+238=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #107EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107EEE is #EF8111. Grayscale: #696969. Windows color (decimal): -15696146 or 15629840. OLE color: 15629840.

HSL color Cylindrical-coordinate representation of color #107EEE: hue angle of 210.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107EEE is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 126 238 -
CMYK 0.93 0.47 0 0.07
HSL 210.27º 0.87% 0.5% -
HSV(B) 210.27º 0.93% 0.93% -
XYZ 23.11 21.2 83.76 -
YUV 105.88 202.56 63.89 -
System Red Green Blue C M Y K H S L
Decimal 16 126 238 0.93 0.47 0 0.07 210.27 0.87 0.5
Hex 10 7E EE 5D 2F 0 7 D2 57 32
Octal 20 176 356 135 57 0 7 322 127 62
Binary 10000 1111110 11101110 1011101 101111 0 111 11010010 1010111 110010

Color Harmonies of #107EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107EEE

Black with #107EEE

Text Example


Text Example

White with #107EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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