Html Css Color HEX #107FFA Dodger Blue

📋 copy color: '#107FFA'

red 16 ◦ green 127 ◦ blue 250

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

Shades of Dodger Blue #107FFA

Tints of Dodger Blue #107FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.61%

R = 4.07%
G = 32.32%
B = 63.61%

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

#107FFA (or 0x107FFA) is known color: Dodger Blue. HEX triplet: 10, 7F and FA. RGB value is (16,127,250). Sum of RGB (Red+Green+Blue) = 16+127+250=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #107FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #107FFA is #EF8005. Grayscale: #6B6B6B. Windows color (decimal): -15695878 or 16416528. OLE color: 16416528.

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

Color convert

RGB 16 127 250 -
CMYK 0.94 0.49 0 0.02
HSL 211.54º 0.96% 0.52% -
HSV(B) 211.54º 0.94% 0.98% -
XYZ 25.06 22.19 93.41 -
YUV 107.83 208.23 62.5 -
System Red Green Blue C M Y K H S L
Decimal 16 127 250 0.94 0.49 0 0.02 211.54 0.96 0.52
Hex 10 7F FA 5E 31 0 2 D4 60 34
Octal 20 177 372 136 61 0 2 324 140 64
Binary 10000 1111111 11111010 1011110 110001 0 10 11010100 1100000 110100

Color Harmonies of #107FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107FFA

Black with #107FFA

Text Example


Text Example

White with #107FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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