Html Css Color HEX #107FE7 Dodger Blue

📋 copy color: '#107FE7'

red 16 ◦ green 127 ◦ blue 231

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

Shades of Dodger Blue #107FE7

Tints of Dodger Blue #107FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 61.76%

R = 4.28%
G = 33.96%
B = 61.76%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#107FE7 (or 0x107FE7) is known color: Dodger Blue. HEX triplet: 10, 7F and E7. RGB value is (16,127,231). Sum of RGB (Red+Green+Blue) = 16+127+231=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 231 (90.62% from 255 or 61.76% from 374); Max value from RGB is 231 - color contains mainly: blue. Hex color #107FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107FE7 is #EF8018. Grayscale: #696969. Windows color (decimal): -15695897 or 15171344. OLE color: 15171344.

HSL color Cylindrical-coordinate representation of color #107FE7: hue angle of 209.02º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107FE7 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 16 127 231 -
CMYK 0.93 0.45 0 0.09
HSL 209.02º 0.87% 0.48% -
HSV(B) 209.02º 0.93% 0.91% -
XYZ 22.23 21.06 78.49 -
YUV 105.67 198.73 64.04 -
System Red Green Blue C M Y K H S L
Decimal 16 127 231 0.93 0.45 0 0.09 209.02 0.87 0.48
Hex 10 7F E7 5D 2D 0 9 D1 57 30
Octal 20 177 347 135 55 0 11 321 127 60
Binary 10000 1111111 11100111 1011101 101101 0 1001 11010001 1010111 110000

Color Harmonies of #107FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107FE7

Black with #107FE7

Text Example


Text Example

White with #107FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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