Html Css Color HEX #107FF8 Dodger Blue

📋 copy color: '#107FF8'

red 16 ◦ green 127 ◦ blue 248

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

Shades of Dodger Blue #107FF8

Tints of Dodger Blue #107FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 63.43%

R = 4.09%
G = 32.48%
B = 63.43%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#107FF8 (or 0x107FF8) is known color: Dodger Blue. HEX triplet: 10, 7F and F8. RGB value is (16,127,248). Sum of RGB (Red+Green+Blue) = 16+127+248=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #107FF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107FF8 is #EF8007. Grayscale: #6B6B6B. Windows color (decimal): -15695880 or 16285456. OLE color: 16285456.

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

Color convert

RGB 16 127 248 -
CMYK 0.94 0.49 0 0.03
HSL 211.29º 0.94% 0.52% -
HSV(B) 211.29º 0.94% 0.97% -
XYZ 24.75 22.07 91.76 -
YUV 107.61 207.23 62.66 -
System Red Green Blue C M Y K H S L
Decimal 16 127 248 0.94 0.49 0 0.03 211.29 0.94 0.52
Hex 10 7F F8 5E 31 0 3 D3 5E 34
Octal 20 177 370 136 61 0 3 323 136 64
Binary 10000 1111111 11111000 1011110 110001 0 11 11010011 1011110 110100

Color Harmonies of #107FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107FF8

Black with #107FF8

Text Example


Text Example

White with #107FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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