Html Css Color HEX #107FF6 Dodger Blue

📋 copy color: '#107FF6'

red 16 ◦ green 127 ◦ blue 246

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

Shades of Dodger Blue #107FF6

Tints of Dodger Blue #107FF6

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

 BLUE value IS 246 (96.48% from 255) = 63.24%

R = 4.11%
G = 32.65%
B = 63.24%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#107FF6 (or 0x107FF6) is known color: Dodger Blue. HEX triplet: 10, 7F and F6. RGB value is (16,127,246). Sum of RGB (Red+Green+Blue) = 16+127+246=389 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.11% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 246 (96.48% from 255 or 63.24% from 389); Max value from RGB is 246 - color contains mainly: blue. Hex color #107FF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107FF6 is #EF8009. Grayscale: #6A6A6A. Windows color (decimal): -15695882 or 16154384. OLE color: 16154384.

HSL color Cylindrical-coordinate representation of color #107FF6: hue angle of 211.04º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107FF6 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 127 246 -
CMYK 0.93 0.48 0 0.04
HSL 211.04º 0.93% 0.51% -
HSV(B) 211.04º 0.93% 0.96% -
XYZ 24.44 21.94 90.14 -
YUV 107.38 206.23 62.82 -
System Red Green Blue C M Y K H S L
Decimal 16 127 246 0.93 0.48 0 0.04 211.04 0.93 0.51
Hex 10 7F F6 5D 30 0 4 D3 5D 33
Octal 20 177 366 135 60 0 4 323 135 63
Binary 10000 1111111 11110110 1011101 110000 0 100 11010011 1011101 110011

Color Harmonies of #107FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107FF6

Black with #107FF6

Text Example


Text Example

White with #107FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107FF6; }

 p { color: rgb(16,127,246); }

 H1.HeaderClassName
 {
   color: #107FF6;
 }
 .AnyTagClassName
 {
   color: #107FF6;
 }
</style>

background-color css

<style>
 a { background-color: #107FF6; }

 a { background-color: rgb(16,127,246); }

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

border-color css

<style>
 span { border-color: #107FF6; }

 span { border-color: rgb(16,127,246); }

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