Html Css Color HEX #106DFE Dodger Blue

📋 copy color: '#106DFE'

red 16 ◦ green 109 ◦ blue 254

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

Shades of Dodger Blue #106DFE

Tints of Dodger Blue #106DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.02%

R = 4.22%
G = 28.76%
B = 67.02%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#106DFE (or 0x106DFE) is known color: Dodger Blue. HEX triplet: 10, 6D and FE. RGB value is (16,109,254). Sum of RGB (Red+Green+Blue) = 16+109+254=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #106DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106DFE is #EF9201. Grayscale: #616161. Windows color (decimal): -15700482 or 16674064. OLE color: 16674064.

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

Color convert

RGB 16 109 254 -
CMYK 0.94 0.57 0 0.00
HSL 216.55º 0.99% 0.53% -
HSV(B) 216.55º 0.94% 1% -
XYZ 23.57 18.2 96.04 -
YUV 97.72 216.19 69.71 -
System Red Green Blue C M Y K H S L
Decimal 16 109 254 0.94 0.57 0 0.00 216.55 0.99 0.53
Hex 10 6D FE 5E 39 0 0 D9 63 35
Octal 20 155 376 136 71 0 0 331 143 65
Binary 10000 1101101 11111110 1011110 111001 0 0 11011001 1100011 110101

Color Harmonies of #106DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106DFE

Black with #106DFE

Text Example


Text Example

White with #106DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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