Html Css Color HEX #107DFF Dodger Blue

📋 copy color: '#107DFF'

red 16 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #107DFF

Tints of Dodger Blue #107DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.57%

 BLUE value IS 255 (100% from 255) = 64.39%

R = 4.04%
G = 31.57%
B = 64.39%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#107DFF (or 0x107DFF) is known color: Dodger Blue. HEX triplet: 10, 7D and FF. RGB value is (16,125,255). Sum of RGB (Red+Green+Blue) = 16+125+255=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #107DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107DFF is #EF8200. Grayscale: #6A6A6A. Windows color (decimal): -15696385 or 16743696. OLE color: 16743696.

HSL color Cylindrical-coordinate representation of color #107DFF: hue angle of 212.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #107DFF is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 125 255 -
CMYK 0.94 0.51 0 0
HSL 212.64º 1% 0.53% -
HSV(B) 212.64º 0.94% 1% -
XYZ 25.6 22 97.5 -
YUV 107.23 211.39 62.93 -
System Red Green Blue C M Y K H S L
Decimal 16 125 255 0.94 0.51 0 0 212.64 1 0.53
Hex 10 7D FF 5E 33 0 0 D5 64 35
Octal 20 175 377 136 63 0 0 325 144 65
Binary 10000 1111101 11111111 1011110 110011 0 0 11010101 1100100 110101

Color Harmonies of #107DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DFF

Black with #107DFF

Text Example


Text Example

White with #107DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,125,255); }

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

background-color css

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

 a { background-color: rgb(16,125,255); }

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

border-color css

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

 span { border-color: rgb(16,125,255); }

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