Html Css Color HEX #106DFB Dodger Blue

📋 copy color: '#106DFB'

red 16 ◦ green 109 ◦ blue 251

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

Shades of Dodger Blue #106DFB

Tints of Dodger Blue #106DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.76%

R = 4.26%
G = 28.99%
B = 66.76%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#106DFB (or 0x106DFB) is known color: Dodger Blue. HEX triplet: 10, 6D and FB. RGB value is (16,109,251). Sum of RGB (Red+Green+Blue) = 16+109+251=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #106DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106DFB is #EF9204. Grayscale: #606060. Windows color (decimal): -15700485 or 16477456. OLE color: 16477456.

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

Color convert

RGB 16 109 251 -
CMYK 0.94 0.57 0 0.02
HSL 216.26º 0.97% 0.52% -
HSV(B) 216.26º 0.94% 0.98% -
XYZ 23.09 18.01 93.53 -
YUV 97.38 214.69 69.95 -
System Red Green Blue C M Y K H S L
Decimal 16 109 251 0.94 0.57 0 0.02 216.26 0.97 0.52
Hex 10 6D FB 5E 39 0 2 D8 61 34
Octal 20 155 373 136 71 0 2 330 141 64
Binary 10000 1101101 11111011 1011110 111001 0 10 11011000 1100001 110100

Color Harmonies of #106DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106DFB

Black with #106DFB

Text Example


Text Example

White with #106DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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