Html Css Color HEX #106BFE Dodger Blue

📋 copy color: '#106BFE'

red 16 ◦ green 107 ◦ blue 254

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

Shades of Dodger Blue #106BFE

Tints of Dodger Blue #106BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.38%

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

R = 4.24%
G = 28.38%
B = 67.37%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#106BFE (or 0x106BFE) is known color: Dodger Blue. HEX triplet: 10, 6B and FE. RGB value is (16,107,254). Sum of RGB (Red+Green+Blue) = 16+107+254=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #106BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106BFE is #EF9401. Grayscale: #5F5F5F. Windows color (decimal): -15700994 or 16673552. OLE color: 16673552.

HSL color Cylindrical-coordinate representation of color #106BFE: hue angle of 217.06º 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 #106BFE is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 16 107 254 -
CMYK 0.94 0.58 0 0.00
HSL 217.06º 0.99% 0.53% -
HSV(B) 217.06º 0.94% 1% -
XYZ 23.36 17.78 95.97 -
YUV 96.55 216.85 70.55 -
System Red Green Blue C M Y K H S L
Decimal 16 107 254 0.94 0.58 0 0.00 217.06 0.99 0.53
Hex 10 6B FE 5E 3A 0 0 D9 63 35
Octal 20 153 376 136 72 0 0 331 143 65
Binary 10000 1101011 11111110 1011110 111010 0 0 11011001 1100011 110101

Color Harmonies of #106BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106BFE

Black with #106BFE

Text Example


Text Example

White with #106BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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