Html Css Color HEX #107FFB Dodger Blue

📋 copy color: '#107FFB'

red 16 ◦ green 127 ◦ blue 251

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

Shades of Dodger Blue #107FFB

Tints of Dodger Blue #107FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.71%

R = 4.06%
G = 32.23%
B = 63.71%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#107FFB (or 0x107FFB) is known color: Dodger Blue. HEX triplet: 10, 7F and FB. RGB value is (16,127,251). Sum of RGB (Red+Green+Blue) = 16+127+251=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #107FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107FFB is #EF8004. Grayscale: #6B6B6B. Windows color (decimal): -15695877 or 16482064. OLE color: 16482064.

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

Color convert

RGB 16 127 251 -
CMYK 0.94 0.49 0 0.02
HSL 211.66º 0.97% 0.52% -
HSV(B) 211.66º 0.94% 0.98% -
XYZ 25.22 22.25 94.23 -
YUV 107.95 208.73 62.42 -
System Red Green Blue C M Y K H S L
Decimal 16 127 251 0.94 0.49 0 0.02 211.66 0.97 0.52
Hex 10 7F FB 5E 31 0 2 D4 61 34
Octal 20 177 373 136 61 0 2 324 141 64
Binary 10000 1111111 11111011 1011110 110001 0 10 11010100 1100001 110100

Color Harmonies of #107FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107FFB

Black with #107FFB

Text Example


Text Example

White with #107FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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