Html Css Color HEX #107BF7 Dodger Blue

📋 copy color: '#107BF7'

red 16 ◦ green 123 ◦ blue 247

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

Shades of Dodger Blue #107BF7

Tints of Dodger Blue #107BF7

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.87%

 BLUE value IS 247 (96.88% from 255) = 63.99%

R = 4.15%
G = 31.87%
B = 63.99%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#107BF7 (or 0x107BF7) is known color: Dodger Blue. HEX triplet: 10, 7B and F7. RGB value is (16,123,247). Sum of RGB (Red+Green+Blue) = 16+123+247=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 247 (96.88% from 255 or 63.99% from 386); Max value from RGB is 247 - color contains mainly: blue. Hex color #107BF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107BF7 is #EF8408. Grayscale: #686868. Windows color (decimal): -15696905 or 16218896. OLE color: 16218896.

HSL color Cylindrical-coordinate representation of color #107BF7: hue angle of 212.21º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #107BF7 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 16 123 247 -
CMYK 0.94 0.50 0 0.03
HSL 212.21º 0.94% 0.52% -
HSV(B) 212.21º 0.94% 0.97% -
XYZ 24.09 20.99 90.78 -
YUV 105.14 208.05 64.42 -
System Red Green Blue C M Y K H S L
Decimal 16 123 247 0.94 0.50 0 0.03 212.21 0.94 0.52
Hex 10 7B F7 5E 32 0 3 D4 5E 34
Octal 20 173 367 136 62 0 3 324 136 64
Binary 10000 1111011 11110111 1011110 110010 0 11 11010100 1011110 110100

Color Harmonies of #107BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107BF7

Black with #107BF7

Text Example


Text Example

White with #107BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,123,247); }

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

background-color css

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

 a { background-color: rgb(16,123,247); }

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

border-color css

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

 span { border-color: rgb(16,123,247); }

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