Html Css Color HEX #106DFF Dodger Blue

📋 copy color: '#106DFF'

red 16 ◦ green 109 ◦ blue 255

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

Shades of Dodger Blue #106DFF

Tints of Dodger Blue #106DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 67.11%

R = 4.21%
G = 28.68%
B = 67.11%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#106DFF (or 0x106DFF) is known color: Dodger Blue. HEX triplet: 10, 6D and FF. RGB value is (16,109,255). Sum of RGB (Red+Green+Blue) = 16+109+255=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #106DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106DFF is #EF9200. Grayscale: #616161. Windows color (decimal): -15700481 or 16739600. OLE color: 16739600.

HSL color Cylindrical-coordinate representation of color #106DFF: hue angle of 216.65º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #106DFF is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 109 255 -
CMYK 0.94 0.57 0 0
HSL 216.65º 1% 0.53% -
HSV(B) 216.65º 0.94% 1% -
XYZ 23.73 18.27 96.88 -
YUV 97.84 216.69 69.63 -
System Red Green Blue C M Y K H S L
Decimal 16 109 255 0.94 0.57 0 0 216.65 1 0.53
Hex 10 6D FF 5E 39 0 0 D9 64 35
Octal 20 155 377 136 71 0 0 331 144 65
Binary 10000 1101101 11111111 1011110 111001 0 0 11011001 1100100 110101

Color Harmonies of #106DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106DFF

Black with #106DFF

Text Example


Text Example

White with #106DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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