Html Css Color HEX #106EFE Dodger Blue

📋 copy color: '#106EFE'

red 16 ◦ green 110 ◦ blue 254

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

Shades of Dodger Blue #106EFE

Tints of Dodger Blue #106EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.95%

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

R = 4.21%
G = 28.95%
B = 66.84%

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

#106EFE (or 0x106EFE) is known color: Dodger Blue. HEX triplet: 10, 6E and FE. RGB value is (16,110,254). Sum of RGB (Red+Green+Blue) = 16+110+254=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #106EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106EFE is #EF9101. Grayscale: #616161. Windows color (decimal): -15700226 or 16674320. OLE color: 16674320.

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

Color convert

RGB 16 110 254 -
CMYK 0.94 0.57 0 0.00
HSL 216.3º 0.99% 0.53% -
HSV(B) 216.3º 0.94% 1% -
XYZ 23.68 18.42 96.07 -
YUV 98.31 215.86 69.29 -
System Red Green Blue C M Y K H S L
Decimal 16 110 254 0.94 0.57 0 0.00 216.3 0.99 0.53
Hex 10 6E FE 5E 39 0 0 D8 63 35
Octal 20 156 376 136 71 0 0 330 143 65
Binary 10000 1101110 11111110 1011110 111001 0 0 11011000 1100011 110101

Color Harmonies of #106EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106EFE

Black with #106EFE

Text Example


Text Example

White with #106EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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