Html Css Color HEX #107EFD Dodger Blue

📋 copy color: '#107EFD'

red 16 ◦ green 126 ◦ blue 253

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

Shades of Dodger Blue #107EFD

Tints of Dodger Blue #107EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

 BLUE value IS 253 (99.22% from 255) = 64.05%

R = 4.05%
G = 31.9%
B = 64.05%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#107EFD (or 0x107EFD) is known color: Dodger Blue. HEX triplet: 10, 7E and FD. RGB value is (16,126,253). Sum of RGB (Red+Green+Blue) = 16+126+253=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #107EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107EFD is #EF8102. Grayscale: #6A6A6A. Windows color (decimal): -15696131 or 16612880. OLE color: 16612880.

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

Color convert

RGB 16 126 253 -
CMYK 0.94 0.50 0 0.01
HSL 212.15º 0.98% 0.53% -
HSV(B) 212.15º 0.94% 0.99% -
XYZ 25.4 22.12 95.86 -
YUV 107.59 210.06 62.67 -
System Red Green Blue C M Y K H S L
Decimal 16 126 253 0.94 0.50 0 0.01 212.15 0.98 0.53
Hex 10 7E FD 5E 32 0 1 D4 62 35
Octal 20 176 375 136 62 0 1 324 142 65
Binary 10000 1111110 11111101 1011110 110010 0 1 11010100 1100010 110101

Color Harmonies of #107EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107EFD

Black with #107EFD

Text Example


Text Example

White with #107EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,126,253); }

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

background-color css

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

 a { background-color: rgb(16,126,253); }

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

border-color css

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

 span { border-color: rgb(16,126,253); }

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