Html Css Color HEX #106EF1 Dodger Blue

📋 copy color: '#106EF1'

red 16 ◦ green 110 ◦ blue 241

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

Shades of Dodger Blue #106EF1

Tints of Dodger Blue #106EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 65.67%

R = 4.36%
G = 29.97%
B = 65.67%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#106EF1 (or 0x106EF1) is known color: Dodger Blue. HEX triplet: 10, 6E and F1. RGB value is (16,110,241). Sum of RGB (Red+Green+Blue) = 16+110+241=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #106EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #106EF1 is #EF910E. Grayscale: #606060. Windows color (decimal): -15700239 or 15822352. OLE color: 15822352.

HSL color Cylindrical-coordinate representation of color #106EF1: hue angle of 214.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106EF1 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 110 241 -
CMYK 0.93 0.54 0 0.05
HSL 214.93º 0.89% 0.5% -
HSV(B) 214.93º 0.93% 0.95% -
XYZ 21.67 17.61 85.48 -
YUV 96.83 209.36 70.35 -
System Red Green Blue C M Y K H S L
Decimal 16 110 241 0.93 0.54 0 0.05 214.93 0.89 0.5
Hex 10 6E F1 5D 36 0 5 D7 59 32
Octal 20 156 361 135 66 0 5 327 131 62
Binary 10000 1101110 11110001 1011101 110110 0 101 11010111 1011001 110010

Color Harmonies of #106EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106EF1

Black with #106EF1

Text Example


Text Example

White with #106EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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