Html Css Color HEX #106DF7 Dodger Blue

📋 copy color: '#106DF7'

red 16 ◦ green 109 ◦ blue 247

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

Shades of Dodger Blue #106DF7

Tints of Dodger Blue #106DF7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.3%

 BLUE value IS 247 (96.88% from 255) = 66.4%

R = 4.3%
G = 29.3%
B = 66.4%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#106DF7 (or 0x106DF7) is known color: Dodger Blue. HEX triplet: 10, 6D and F7. RGB value is (16,109,247). Sum of RGB (Red+Green+Blue) = 16+109+247=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 247 (96.88% from 255 or 66.40% from 372); Max value from RGB is 247 - color contains mainly: blue. Hex color #106DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106DF7 is #EF9208. Grayscale: #606060. Windows color (decimal): -15700489 or 16215312. OLE color: 16215312.

HSL color Cylindrical-coordinate representation of color #106DF7: hue angle of 215.84º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #106DF7 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 16 109 247 -
CMYK 0.94 0.56 0 0.03
HSL 215.84º 0.94% 0.52% -
HSV(B) 215.84º 0.94% 0.97% -
XYZ 22.47 17.76 90.24 -
YUV 96.93 212.69 70.28 -
System Red Green Blue C M Y K H S L
Decimal 16 109 247 0.94 0.56 0 0.03 215.84 0.94 0.52
Hex 10 6D F7 5E 38 0 3 D8 5E 34
Octal 20 155 367 136 70 0 3 330 136 64
Binary 10000 1101101 11110111 1011110 111000 0 11 11011000 1011110 110100

Color Harmonies of #106DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106DF7

Black with #106DF7

Text Example


Text Example

White with #106DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106DF7; }

 p { color: rgb(16,109,247); }

 H1.HeaderClassName
 {
   color: #106DF7;
 }
 .AnyTagClassName
 {
   color: #106DF7;
 }
</style>

background-color css

<style>
 a { background-color: #106DF7; }

 a { background-color: rgb(16,109,247); }

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

border-color css

<style>
 span { border-color: #106DF7; }

 span { border-color: rgb(16,109,247); }

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