Html Css Color HEX #107EFC Dodger Blue

📋 copy color: '#107EFC'

red 16 ◦ green 126 ◦ blue 252

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

Shades of Dodger Blue #107EFC

Tints of Dodger Blue #107EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.96%

R = 4.06%
G = 31.98%
B = 63.96%

CMYK

 C value IS 0.94

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#107EFC (or 0x107EFC) is known color: Dodger Blue. HEX triplet: 10, 7E and FC. RGB value is (16,126,252). Sum of RGB (Red+Green+Blue) = 16+126+252=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #107EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107EFC is #EF8103. Grayscale: #6A6A6A. Windows color (decimal): -15696132 or 16547344. OLE color: 16547344.

HSL color Cylindrical-coordinate representation of color #107EFC: hue angle of 212.03º 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 #107EFC is Cyan = 0.94, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 126 252 -
CMYK 0.94 0.5 0 0.01
HSL 212.03º 0.98% 0.53% -
HSV(B) 212.03º 0.94% 0.99% -
XYZ 25.25 22.06 95.02 -
YUV 107.47 209.56 62.75 -
System Red Green Blue C M Y K H S L
Decimal 16 126 252 0.94 0.5 0 0.01 212.03 0.98 0.53
Hex 10 7E FC 5E 32 0 1 D4 62 35
Octal 20 176 374 136 62 0 1 324 142 65
Binary 10000 1111110 11111100 1011110 110010 0 1 11010100 1100010 110101

Color Harmonies of #107EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107EFC

Black with #107EFC

Text Example


Text Example

White with #107EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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