Html Css Color HEX #107CFF Dodger Blue

📋 copy color: '#107CFF'

red 16 ◦ green 124 ◦ blue 255

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

Shades of Dodger Blue #107CFF

Tints of Dodger Blue #107CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.39%

 BLUE value IS 255 (100% from 255) = 64.56%

R = 4.05%
G = 31.39%
B = 64.56%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#107CFF (or 0x107CFF) is known color: Dodger Blue. HEX triplet: 10, 7C and FF. RGB value is (16,124,255). Sum of RGB (Red+Green+Blue) = 16+124+255=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #107CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107CFF is #EF8300. Grayscale: #6A6A6A. Windows color (decimal): -15696641 or 16743440. OLE color: 16743440.

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

Color convert

RGB 16 124 255 -
CMYK 0.94 0.51 0 0
HSL 212.89º 1% 0.53% -
HSV(B) 212.89º 0.94% 1% -
XYZ 25.47 21.75 97.46 -
YUV 106.64 211.72 63.35 -
System Red Green Blue C M Y K H S L
Decimal 16 124 255 0.94 0.51 0 0 212.89 1 0.53
Hex 10 7C FF 5E 33 0 0 D5 64 35
Octal 20 174 377 136 63 0 0 325 144 65
Binary 10000 1111100 11111111 1011110 110011 0 0 11010101 1100100 110101

Color Harmonies of #107CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CFF

Black with #107CFF

Text Example


Text Example

White with #107CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,124,255); }

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

background-color css

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

 a { background-color: rgb(16,124,255); }

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

border-color css

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

 span { border-color: rgb(16,124,255); }

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